.github: update GO_VERSION

This commit is contained in:
Elle Mouton 2025-03-05 12:37:24 +02:00
parent a5aeebb11f
commit c349ba18de
No known key found for this signature in database
GPG key ID: D7D916376026F177
2 changed files with 1 additions and 3 deletions

View file

@ -25,8 +25,7 @@ env:
# If you change this value, please change it in the following files as well:
# /Dockerfile
# /.golanlint-ci
GO_VERSION: 1.22.3
GO_VERSION: 1.23.6
jobs:
########################

View file

@ -23,7 +23,6 @@ linters-settings:
- G601 # Implicit memory aliasing in for loop.
- G115 # Integer overflow in conversion.
staticcheck:
go: "1.19"
checks: ["-SA1019"]
linters: