Skip to content

Commit

Permalink
Update ip-masq-agent go version to 1.22 (#71)
Browse files Browse the repository at this point in the history
* Update Go to 1.22

* Add 0.0.12 to CHANGELOG
  • Loading branch information
wedaly authored Aug 2, 2024
1 parent cec774f commit c031433
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.1.12]

* Bump Go version to 1.22

## [0.1.11]

* Use base image registry.k8s.io/build-image/distroless-iptables:v0.4.8
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.4.8

TAG := $(VERSION)__$(OS)_$(ARCH)

BUILD_IMAGE ?= golang:1.20-alpine
BUILD_IMAGE ?= golang:1.22-alpine

# It's necessary to set this because some environments don't link sh -> bash.
SHELL := /usr/bin/env bash
Expand Down

0 comments on commit c031433

Please sign in to comment.