diff options
author | techknowlogick <techknowlogick@gitea.io> | 2022-08-07 12:25:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 12:25:03 -0400 |
commit | be824890e4abac05526248fe8aed8eca6aceb1da (patch) | |
tree | cb308dc93fe8b3274a0e3b7ec743f584a5e1100d /Makefile | |
parent | 64c371a1679982cb3fb17e3b4b986dfcd38d8647 (diff) | |
download | gitea-be824890e4abac05526248fe8aed8eca6aceb1da.tar.gz gitea-be824890e4abac05526248fe8aed8eca6aceb1da.zip |
Switch to building with go1.19 (#20695)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ SHASUM ?= shasum -a 256 HAS_GO = $(shell hash $(GO) > /dev/null 2>&1 && echo "GO" || echo "NOGO" ) COMMA := , -XGO_VERSION := go-1.18.x +XGO_VERSION := go-1.19.x AIR_PACKAGE ?= github.com/cosmtrek/air@v1.40.4 EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@2.5.0 |