Skip to content

Commit

Permalink
chore(deps): update go version to 1.24.0 (#85)
Browse files Browse the repository at this point in the history
Update Go version requirement from 1.23 to 1.24.0 to leverage latest
language features and improvements.
  • Loading branch information
tdabasinskas authored Feb 27, 2025
2 parents 5440fae + 8d9bef7 commit 9262a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
version: v1.61
version: v1.64

unit-test:
name: Unit Test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/datolabs-io/go-backstage/v3

go 1.23
go 1.24.0

require (
github.com/h2non/gock v1.2.0
Expand Down

0 comments on commit 9262a53

Please sign in to comment.