Skip to content

Commit

Permalink
update go version to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Jul 23, 2024
1 parent 4046c63 commit 0ea16dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-s3-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup go 1.20
uses: actions/setup-go@v3
with:
go-version: '1.20' # The Go version to download (if necessary) and use.
go-version: '1.22' # The Go version to download (if necessary) and use.

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 0ea16dc

Please sign in to comment.