We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d392171 commit ce88c2dCopy full SHA for ce88c2d
1 file changed
.github/workflows/development.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v5
20
- uses: actions/setup-go@v6
21
with:
22
- go-version: stable
+ go-version: 1.22.x
23
- name: golangci-lint
24
uses: golangci/golangci-lint-action@v8
25
@@ -40,8 +40,6 @@ jobs:
40
go-version: ${{ matrix.go-version }}
41
- name: Checkout code
42
uses: actions/checkout@v5
43
- with:
44
- fetch-depth: 0
45
- name: go fmt ./... (go version ${{ matrix.go-version }})
46
run: test -z "$(go fmt ./...)"
47
- name: go test ./... -mod=vendor (go version ${{ matrix.go-version }})
0 commit comments