We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b449e commit 87372ffCopy full SHA for 87372ff
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- go-version: [1.17.x]
+ go-version: [1.21.x]
16
os: [ubuntu-latest]
17
runs-on: ${{ matrix.os }}
18
steps:
.github/workflows/publish.yaml
@@ -21,7 +21,7 @@ jobs:
21
name: Set up Go
22
uses: actions/setup-go@v2
23
with:
24
- go-version: 1.17
+ go-version: 1.21
25
-
26
name: Run GoReleaser
27
uses: goreleaser/goreleaser-action@v5
0 commit comments