Skip to content

Commit

Permalink
bump up go version to 1.22 in setup-environment action
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriyar Jalayeri <[email protected]>
  • Loading branch information
shjala authored and uncleDecart committed Aug 15, 2024
1 parent d70c4ea commit 479e2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: Check
run: |
for addr in $(ip addr list|sed -En -e 's/.*inet ([0-9.]+).*/\1/p')
Expand Down

0 comments on commit 479e2d1

Please sign in to comment.