Skip to content

Commit

Permalink
chore: updates go version in gh workflow (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Singh <[email protected]>
  • Loading branch information
semmet95 authored Nov 23, 2024
1 parent 9c3e381 commit 527c881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Test
run: make acceptance-test

0 comments on commit 527c881

Please sign in to comment.