Skip to content

Commit

Permalink
go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Magellan committed Jan 30, 2024
1 parent 66ee1ac commit a420211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21

- name: Verify dependencies
run: go mod verify
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21

- name: Verify dependencies
run: go mod verify
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21

- name: Verify dependencies
run: go mod verify
Expand Down

0 comments on commit a420211

Please sign in to comment.