Skip to content

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 98f38b0 commit 4f0adc8
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 @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '^1.19'
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.19'
go-version: '^1.21'

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

0 comments on commit 4f0adc8

Please sign in to comment.