Skip to content

Commit

Permalink
update go.mod and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jan 21, 2025
1 parent cda8d29 commit 146bc95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ CC_OUTPUT_TPL := ${BUILDDIR}/bin/{{.Dir}}.{{.OS}}-{{.Arch}}
DOCKER_PREBUILD ?=

# some exported vars (pre-configure go build behavior)
export GO111MODULE=on
#export CGO_ENABLED=0
## enable go 1.21 loopvar "experiment"
export GOEXPERIMENT=loopvar
export GOOSE_DRIVER
export GOOSE_DBSTRING
export GOOSE_MIGRATION_DIR
export GOBIN
export PATH := ${GOBIN}:${PATH}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dropwhile/refid/v2

go 1.21
go 1.22

require (
github.com/alecthomas/kong v1.6.1
Expand Down

0 comments on commit 146bc95

Please sign in to comment.