Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Update go version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Oct 6, 2023
1 parent 89292d9 commit f5d681f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '^1.20'
go-version: '^1.21'

- name: Get dependencies
run: go mod download
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '^1.20'
go-version: '^1.21'

- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit f5d681f

Please sign in to comment.