We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a072e7 commit 6c995acCopy full SHA for 6c995ac
.github/workflows/go-test.yml
@@ -13,7 +13,7 @@ jobs:
13
name: go-test
14
strategy:
15
matrix:
16
- go-version: [1.21.x, 1.22.x]
+ go-version: [1.22.x, 1.23.x]
17
platform: [ubuntu-latest, macos-latest]
18
runs-on: ${{ matrix.platform }}
19
steps:
.github/workflows/golangci-lint.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-go@v5
24
with:
25
- go-version: 1.21.x
+ go-version: 1.22.x
26
cache: false
27
- name: golangci-lint
28
uses: golangci/golangci-lint-action@v6
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
- name: Build binary
55
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
56
- name: Upload release asset
0 commit comments