Skip to content

Commit e2083f9

Browse files
committed
chore: update to go 1.23 for workflows
1 parent 6eef180 commit e2083f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
scan:
1313
strategy:
1414
matrix:
15-
go: ['1.20','1.21']
15+
go: ['1.23']
1616
fail-fast: true
1717
runs-on: ubuntu-latest
1818
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
unit:
1313
strategy:
1414
matrix:
15-
go: ['1.20','1.21']
15+
go: ['1.23']
1616
os: [ubuntu-latest, macos-latest, windows-latest]
1717
fail-fast: true
1818
runs-on: ${{ matrix.os }}

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
strategy:
1414
matrix:
15-
go: ['1.20','1.21']
15+
go: ['1.23']
1616
fail-fast: true
1717
runs-on: ubuntu-latest
1818
steps:
@@ -28,5 +28,5 @@ jobs:
2828
- name: Run GolangCI-Lint
2929
uses: golangci/golangci-lint-action@v3
3030
with:
31-
version: v1.53
31+
version: v1.60.1
3232
args: --timeout=5m

0 commit comments

Comments
 (0)