Skip to content

Commit

Permalink
Bump Golang to v1.22.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fasaxc committed Apr 10, 2024
1 parent 0b253ec commit 6767de6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ "1.21.8" ]
go: [ "1.22.2" ]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- created

env:
GO_VERSION: "1.21.8"
GO_VERSION: "1.22.2"
REPOSITORY: flannel/flannel-cni-plugin

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
endif

# Go version to use for builds. Can be overridden
GOLANG_VERSION?=1.21.8
GOLANG_VERSION?=1.22.2

build_all: vendor build_all_linux build_windows
@echo "All arches should be built for $(TAG)"
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PLATFORM=${GOOS}-${GOARCH}
RELEASE=${PROG}-${GOARCH}
# hardcode versions unless set specifically
VERSION=${VERSION:-v1.0.0}
GOLANG_VERSION=${GOLANG_VERSION:-1.21.8}
GOLANG_VERSION=${GOLANG_VERSION:-1.22.2}

if [ -d .git ]; then
if [ -z "${GIT_TAG}" ]; then
Expand Down

0 comments on commit 6767de6

Please sign in to comment.