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 6eef180 commit e2083f9Copy full SHA for e2083f9
.github/workflows/security.yml
@@ -12,7 +12,7 @@ jobs:
12
scan:
13
strategy:
14
matrix:
15
- go: ['1.20','1.21']
+ go: ['1.23']
16
fail-fast: true
17
runs-on: ubuntu-latest
18
steps:
.github/workflows/test.yml
unit:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
.github/workflows/verify.yml
lint:
@@ -28,5 +28,5 @@ jobs:
28
- name: Run GolangCI-Lint
29
uses: golangci/golangci-lint-action@v3
30
with:
31
- version: v1.53
+ version: v1.60.1
32
args: --timeout=5m
0 commit comments