Skip to content

Commit

Permalink
Fix go version in actions to 1.20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirajsb committed Nov 7, 2023
1 parent 683aea8 commit 4263845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.20.10'
- name: Build
run: make build
- name: Check if there are uncommitted file changes
Expand Down

0 comments on commit 4263845

Please sign in to comment.