Skip to content

Commit

Permalink
Change go version setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dvasanth authored Apr 22, 2024
1 parent c558d59 commit 526ebb8
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 @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.21'
- name: golangci-lint
uses: golangci/[email protected]
with:
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.21'
- name: Get OS and arch info
run: |
GOOSARCH=${{matrix.goosarch}}
Expand Down

0 comments on commit 526ebb8

Please sign in to comment.