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.
oldstable
1 parent 6e90955 commit 2ebfdbeCopy full SHA for 2ebfdbe
2 files changed
.github/workflows/ci.yml
@@ -24,13 +24,13 @@ jobs:
24
id: setup-go
25
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
26
with:
27
- go-version-file: go.mod
+ go-version: oldstable
28
29
- name: Run lint
30
uses: reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8.0
31
32
fail_level: warning
33
- go_version_file: go.mod
+ go_version: oldstable
34
35
- name: Run gostyle
36
uses: k1LoW/gostyle-action@e1b847d37b3041c5fdb8b911bcf00b350779ca61 # v1.5.1
.github/workflows/tagpr.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
18
19
20
21
- id: run-tagpr
22
name: Run tagpr
0 commit comments