We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda956b commit 6656d01Copy full SHA for 6656d01
.github/workflows/ci.yaml
@@ -59,11 +59,11 @@ jobs:
59
uses: actions/checkout@v4
60
- uses: actions/setup-go@v5
61
with:
62
- go-version: '1.23'
+ go-version: '1.24'
63
- name: golangci-lint
64
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v8
65
66
- version: v2.1.2
+ version: v2.6.0
67
- name: Build
68
run: go build -o dist/mysql-backup -v .
69
- name: vet
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v5
27
28
- go-version: 1.23
+ go-version: 1.24
29
- name: Build for all platforms
30
run: |
31
make build-all
0 commit comments