We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11f2a5d + c0c559f commit 98c797eCopy full SHA for 98c797e
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/checkout@v5
47
48
- name: Setup Go
49
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
50
with:
51
go-version: ${{ env.GO_VERSION }}
52
cache: false # The golangci-lint action does its own caching.
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
.github/workflows/e2e.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments