mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-13 12:33:04 +02:00
.github: update GO_VERSION
This commit is contained in:
parent
a5aeebb11f
commit
c349ba18de
2 changed files with 1 additions and 3 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||
########################
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue