Skip to content

Commit

Permalink
Bump actions/setup-go from 4 to 5 (bufbuild#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and kralicky committed Feb 7, 2024
1 parent d37b7f5 commit bdefc13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- id: go-cache-paths
Expand Down

0 comments on commit bdefc13

Please sign in to comment.