Skip to content

Commit 58c6d30

Browse files
committed
lint: Fix Go version.
1 parent f0fe79b commit 58c6d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-dep-submission.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2323
with:
24-
go-version: latest
24+
go-version: '>= 1.21'
2525
cache: true
2626

2727
- name: Run snapshot action

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Go
3434
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3535
with:
36-
go-version: latest
36+
go-version: '>= 1.21'
3737
cache: true
3838

3939
- name: golangci-lint

0 commit comments

Comments
 (0)