Skip to content

Commit

Permalink
Bump actions/setup-go from 4 to 5 (google#3027)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and gmlewis committed Dec 19, 2023
1 parent 5e63691 commit cec367c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.x
cache-dependency-path: "**/go.sum"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
Expand Down

0 comments on commit cec367c

Please sign in to comment.