Skip to content

Commit

Permalink
1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
springcomp committed Oct 28, 2024
1 parent d026b75 commit 7ca0991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: '1.18'
- name: Install deps
run: go mod download
- name: go vet ./...
Expand All @@ -51,7 +51,7 @@ jobs:
with:
version: "2022.1.1"
install-go: false
min-go-version: "1.22"
min-go-version: "1.18"

golangci-lint:
name: Lint
Expand Down

0 comments on commit 7ca0991

Please sign in to comment.