Skip to content

Commit 6656d01

Browse files
committed
updated lint and golang versions in CI
Signed-off-by: Avi Deitcher <[email protected]>
1 parent bda956b commit 6656d01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
uses: actions/checkout@v4
6060
- uses: actions/setup-go@v5
6161
with:
62-
go-version: '1.23'
62+
go-version: '1.24'
6363
- name: golangci-lint
64-
uses: golangci/golangci-lint-action@v7
64+
uses: golangci/golangci-lint-action@v8
6565
with:
66-
version: v2.1.2
66+
version: v2.6.0
6767
- name: Build
6868
run: go build -o dist/mysql-backup -v .
6969
- name: vet

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.23
28+
go-version: 1.24
2929
- name: Build for all platforms
3030
run: |
3131
make build-all

0 commit comments

Comments
 (0)