Skip to content

Commit

Permalink
tools: bump go to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bhandras committed Jul 12, 2024
1 parent baaf099 commit 5d22ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4-bookworm
FROM golang:1.22.3-bookworm

RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache
Expand Down
4 changes: 3 additions & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/lightninglabs/aperture/tools

go 1.21
go 1.22

toolchain go1.22.3

require (
github.com/golangci/golangci-lint v1.55.2
Expand Down

0 comments on commit 5d22ef1

Please sign in to comment.