Bump Golang version to 1.27 (#468)

This commit is contained in:
edi-oai 2026-08-21 18:00:26 +01:00 committed by GitHub
parent 6cbee5352e
commit 7b9f29339b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
cache: true
- uses: golangci/golangci-lint-action@v9
with:
version: v2.12.0
version: v2.13.0
only-new-issues: true
test-linux:

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/cirruslabs/orchard
go 1.25.1
go 1.27
// Work around https://github.com/gin-gonic/gin/issues/4372
replace github.com/gin-gonic/gin v1.11.0 => github.com/gin-gonic/gin v1.10.0