Skip to content

Commit 4d46580

Browse files
committed
Update CI workflow to use Go 1.24 and upgrade golangci-lint version to v1.64.7
1 parent 68bb6b7 commit 4d46580

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ jobs:
180180
name: Checkout repository
181181
uses: actions/checkout@v4.2.2
182182
-
183-
name: Setup Go 1.18
183+
name: Setup Go 1.24
184184
uses: actions/setup-go@v5
185185
with:
186-
go-version: 1.18
186+
go-version: 1.24
187187
-
188188
name: Verify all Go files are formatted with gofmt
189189
working-directory: tests
@@ -201,7 +201,7 @@ jobs:
201201
name: Verify all Go tests pass linting
202202
uses: golangci/golangci-lint-action@v6
203203
with:
204-
version: v1.49.0
204+
version: v1.64.7
205205
working-directory: tests
206206
args: --timeout=10m
207207
-

0 commit comments

Comments
 (0)