Skip to content

Commit 146bc95

Browse files
committed
update go.mod and Makefile
1 parent cda8d29 commit 146bc95

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,7 @@ CC_OUTPUT_TPL := ${BUILDDIR}/bin/{{.Dir}}.{{.OS}}-{{.Arch}}
2828
DOCKER_PREBUILD ?=
2929

3030
# some exported vars (pre-configure go build behavior)
31-
export GO111MODULE=on
3231
#export CGO_ENABLED=0
33-
## enable go 1.21 loopvar "experiment"
34-
export GOEXPERIMENT=loopvar
35-
export GOOSE_DRIVER
36-
export GOOSE_DBSTRING
37-
export GOOSE_MIGRATION_DIR
3832
export GOBIN
3933
export PATH := ${GOBIN}:${PATH}
4034

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dropwhile/refid/v2
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/alecthomas/kong v1.6.1

0 commit comments

Comments
 (0)