Skip to content

Commit

Permalink
Merge pull request #156 from lightninglabs/golang-version
Browse files Browse the repository at this point in the history
multi: bump Golang version to fix Docker build
  • Loading branch information
guggero authored Nov 27, 2024
2 parents d5070c6 + 622a37d commit b35fc35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
########################
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b35fc35

Please sign in to comment.