Skip to content

Commit

Permalink
Merge pull request #990 from containernetworking/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
squeed authored Dec 11, 2023
2 parents 1fb5bf6 + e6099fb commit b6a0e0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: ibiqlik/action-yamllint@v3
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build on all supported architectures
Expand All @@ -55,7 +55,7 @@ jobs:
run: sudo apt-get install nftables
- uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Set up Go for root
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: test
Expand Down

0 comments on commit b6a0e0b

Please sign in to comment.