Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Oct 25, 2024
1 parent e30d75b commit a9d79b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.22-bullseye AS gobuild
FROM docker.io/library/golang:1.22.8-bullseye AS gobuild
WORKDIR /build-dir
COPY go.mod .
COPY go.sum .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tonkeeper/opentonapi

go 1.21.0
go 1.22

toolchain go1.22.0

Expand Down

0 comments on commit a9d79b2

Please sign in to comment.