Skip to content

Commit

Permalink
Use latest go version in update golang version workflow (#15159)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Feb 7, 2024
1 parent f31f064 commit 359fd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_golang_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.6
go-version: 1.22.0

- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit 359fd52

Please sign in to comment.