Skip to content

Commit

Permalink
updated go version up to 1.21 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Kossovich committed Nov 12, 2023
1 parent 9094522 commit 4f63e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Test
run: make test
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- uses: gwatts/go-coverage-action@v1
id: coverage
with:
Expand Down

0 comments on commit 4f63e0f

Please sign in to comment.