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 cc69e40 + cfad4e5 commit 66a1a06Copy full SHA for 66a1a06
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [ "main" ]
8
9
+permissions:
10
+ contents: read
11
+
12
concurrency:
13
group: CI-${{ github.ref }}
14
cancel-in-progress: true
@@ -36,7 +39,7 @@ jobs:
36
39
- name: Lint
37
40
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
38
41
with:
- version: v2.1.6
42
+ version: v2.4.0
43
44
unit-test:
45
name: Unit Test
go.mod
@@ -1,6 +1,6 @@
1
module github.com/datolabs-io/go-backstage/v3
2
3
-go 1.24.0
+go 1.25.0
4
5
require (
github.com/h2non/gock v1.2.0
0 commit comments