Skip to content

Commit fd4845c

Browse files
committed
github: upgrade actions to go1.20
1 parent 67f9761 commit fd4845c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
core:
1414
strategy:
1515
matrix:
16-
go-version: [1.19.x, 1.20.x]
16+
go-version: [1.20.x, 1.21.x]
1717
platform: [ubuntu-latest]
1818
name: Build
1919
runs-on: ${{ matrix.platform }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: git fetch --force --tags
1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: '>=1.19.4'
21+
go-version: '>=1.20.7'
2222
cache: true
2323
- uses: goreleaser/goreleaser-action@v4
2424
with:

0 commit comments

Comments
 (0)