Update to Go 1.22 (#4822)

* Update to Go 1.22

Updates to Go 1.22 because 1.19 is un-supported and has some CVEs.

Also updates a small number of low-risk deps

* Explicitly install Go in CI
* Bump compiler version
* Add build tags to it target
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
its-josh4
2024-06-10 17:55:02 -07:00
committed by GitHub
parent e4b89064b1
commit ff23d4e20b
9 changed files with 66 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19
FROM golang:1.22
LABEL maintainer="https://discord.gg/2TsNFKt"

View File

@@ -1,6 +1,6 @@
user=stashapp
repo=compiler
version=8
version=9
latest:
docker build -t ${user}/${repo}:latest .