Skip to content

Commit

Permalink
chore(ci): use go 1.20 on all gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Jul 31, 2023
1 parent bc61d4d commit a1f99ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-image-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: '1.20'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit a1f99ab

Please sign in to comment.