Skip to content

Commit

Permalink
github: upgrade actions to go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Sep 4, 2023
1 parent 67f9761 commit fd4845c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
core:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.20.x, 1.21.x]
platform: [ubuntu-latest]
name: Build
runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.4'
go-version: '>=1.20.7'
cache: true
- uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit fd4845c

Please sign in to comment.