Skip to content

Commit

Permalink
Merge pull request #420 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
k8s-ci-robot authored Dec 10, 2023
2 parents 0334954 + e88fe19 commit d1def35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.18
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.13
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Install go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.19

Expand Down

0 comments on commit d1def35

Please sign in to comment.