Bump Go to 1.27.0.
CI / vulncheck (pull_request) Successful in 8s
CI / check-and-test (pull_request) Failing after 12s

Point CI setup-go at go.mod and use golangci-lint v2.13.2 so lint
can analyze a 1.27 module. Keep vulncheck and tests on push to main.
This commit is contained in:
s1d3sw1ped_bot
2026-09-01 01:01:12 +00:00
parent 81b3a7df53
commit 038ad6af66
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module s1d3sw1ped/steamcache2
go 1.26.0
go 1.27.0
require (
github.com/docker/go-units v0.5.0