Skip to content

Commit f3417ff

Browse files
committed
refacto: Update CI version
1 parent e67a564 commit f3417ff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
go: ['1.19', '1.20', '1.21']
20+
go: ['1.20', '1.22', '1.23', '1.24']
2121
os: [ 'linux', 'windows', 'darwin' ]
2222
arch: [ 'amd64', 'arm64' ]
2323
outputs:

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: 1.19
2323

2424
- name: Run golangci-lint
25-
uses: golangci/golangci-lint-action@v4
25+
uses: golangci/golangci-lint-action@latest
2626
with:
2727
version: latest
2828
skip-pkg-cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: '1.20'
2424

2525
- name: Release
26-
uses: goreleaser/goreleaser-action@v5
26+
uses: goreleaser/goreleaser-action@v6
2727
with:
2828
distribution: goreleaser
2929
version: latest

0 commit comments

Comments
 (0)