We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f9761 commit fd4845cCopy full SHA for fd4845c
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
core:
14
strategy:
15
matrix:
16
- go-version: [1.19.x, 1.20.x]
+ go-version: [1.20.x, 1.21.x]
17
platform: [ubuntu-latest]
18
name: Build
19
runs-on: ${{ matrix.platform }}
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
20
with:
21
- go-version: '>=1.19.4'
+ go-version: '>=1.20.7'
22
cache: true
23
- uses: goreleaser/goreleaser-action@v4
24
0 commit comments