Skip to content

Commit

Permalink
feat: Update go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lework authored Nov 14, 2024
1 parent ec47866 commit 6ca8e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
new_tags="$(printf "%s" "$tags"| sed -n '{/\.0$/{g;p}};h' | tail -4) $(printf "%s" "$tags" | tail -1)"
echo "::debug::[Tags] $new_tags"
# golang:1.22-alpine
# golang:1.22-alpine
build_image="golang:1.22-alpine⁠"
docker pull "${build_image}"
Expand Down

0 comments on commit 6ca8e19

Please sign in to comment.