We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fe79b commit 58c6d30Copy full SHA for 58c6d30
.github/workflows/go-dep-submission.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Go
22
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
23
with:
24
- go-version: latest
+ go-version: '>= 1.21'
25
cache: true
26
27
- name: Run snapshot action
.github/workflows/golangci-lint.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
- name: golangci-lint
0 commit comments