Compare commits
No commits in common. "f18db1c5faf76a708b68692721f6e9eff7e2f623" and "3fb0c8238cbfe67b5aeb6aa4f63334bb5ef8c023" have entirely different histories.
f18db1c5fa
...
3fb0c8238c
@ -9,15 +9,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: "1.22.1"
|
go-version: "1.21.1"
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get packages
|
|
||||||
run: go get ./...
|
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user