Skip to content

Commit

Permalink
update to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
adoublef committed Feb 8, 2024
1 parent 61135a2 commit 4ebdb92
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: πŸ“¦ Checkout Repository
uses: actions/checkout@v3
- name: 🐁 Go Installation
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: πŸ”¬ Run Tests
run: go test -v -race -timeout=10m -cover ./...

- name: πŸ“¦ Checkout Repository
uses: actions/checkout@v3
- name: 🐁 Go Installation
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: πŸ”¬ Run Tests
run: go test -v -race -timeout=10m -cover ./...

0 comments on commit 4ebdb92

Please sign in to comment.