Skip to content

Commit 0608fb0

Browse files
committed
Upgrade to golang 1.21.1
1 parent 0982f4e commit 0608fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME := docker-ipv6nat
22
PKG := github.com/robbertkl/$(NAME)
33
DIR := /go/src/$(PKG)
4-
GO := 1.11.1-alpine
4+
GO := 1.12.1-alpine3.9
55
TAG := `git describe --tags`
66
LDFLAGS := -X main.buildVersion=$(TAG)
77
TARGETS := $(NAME).amd64 $(NAME).aarch64 $(NAME).armhf

0 commit comments

Comments
 (0)