Skip to content

Commit 9262a53

Browse files
authored
chore(deps): update go version to 1.24.0 (#85)
Update Go version requirement from 1.23 to 1.24.0 to leverage latest language features and improvements.
2 parents 5440fae + 8d9bef7 commit 9262a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Lint
3737
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3838
with:
39-
version: v1.61
39+
version: v1.64
4040

4141
unit-test:
4242
name: Unit Test

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/datolabs-io/go-backstage/v3
22

3-
go 1.23
3+
go 1.24.0
44

55
require (
66
github.com/h2non/gock v1.2.0

0 commit comments

Comments
 (0)