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 b183253 commit 9c4b6aeCopy full SHA for 9c4b6ae
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Go
24
uses: actions/setup-go@v4
25
with:
26
- go-version: 1.19
+ go-version: 1.21
27
cache: true
28
29
- name: Run GoReleaser
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
test:
14
strategy:
15
matrix:
16
- go-version: [1.19.x, 1.20.x]
+ go-version: [1.19.x, 1.20.x, 1.21.x]
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
runs-on: ${{ matrix.os }}
19
steps:
0 commit comments