Skip to content

Commit

Permalink
Merge pull request #312 from openconfig/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
karimra authored Dec 14, 2023
2 parents 0f41152 + 40efefc commit 399554d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
- name: golangci-lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
- run: ./tests/run_tests.sh
Expand All @@ -34,7 +34,7 @@ jobs:
- test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
- run: ./tests/run_tests.sh
Expand Down

0 comments on commit 399554d

Please sign in to comment.