We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5440fae + 8d9bef7 commit 9262a53Copy full SHA for 9262a53
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Lint
37
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
38
with:
39
- version: v1.61
+ version: v1.64
40
41
unit-test:
42
name: Unit Test
go.mod
@@ -1,6 +1,6 @@
1
module github.com/datolabs-io/go-backstage/v3
2
3
-go 1.23
+go 1.24.0
4
5
require (
6
github.com/h2non/gock v1.2.0
0 commit comments