mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-23 19:24:24 +01:00
Merge pull request #156 from lightninglabs/golang-version
multi: bump Golang version to fix Docker build
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -24,7 +24,7 @@ env:
|
||||
# https://github.com/golang/go/issues/51799). There was a race condition
|
||||
# introduced with go 1.16.10 that causes the unit tests to fail (could also
|
||||
# happen in production).
|
||||
GO_VERSION: 1.22.3
|
||||
GO_VERSION: 1.22.6
|
||||
|
||||
jobs:
|
||||
########################
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22.3-alpine as builder
|
||||
FROM golang:1.22.6-alpine as builder
|
||||
|
||||
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
|
||||
# queries required to connect to linked containers succeed.
|
||||
|
||||
@@ -2,7 +2,7 @@ module github.com/lightninglabs/aperture/tools
|
||||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.22.3
|
||||
toolchain go1.22.6
|
||||
|
||||
require (
|
||||
github.com/golangci/golangci-lint v1.55.2
|
||||
|
||||
Reference in New Issue
Block a user