Skip to content

Commit 2ebfdbe

Browse files
committed
ci(workflows): update Go version configuration to use oldstable
1 parent 6e90955 commit 2ebfdbe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
id: setup-go
2525
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2626
with:
27-
go-version-file: go.mod
27+
go-version: oldstable
2828

2929
- name: Run lint
3030
uses: reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8.0
3131
with:
3232
fail_level: warning
33-
go_version_file: go.mod
33+
go_version: oldstable
3434

3535
- name: Run gostyle
3636
uses: k1LoW/gostyle-action@e1b847d37b3041c5fdb8b911bcf00b350779ca61 # v1.5.1

.github/workflows/tagpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
1818
with:
19-
go-version-file: go.mod
19+
go-version: oldstable
2020

2121
- id: run-tagpr
2222
name: Run tagpr

0 commit comments

Comments
 (0)