Skip to content

Commit

Permalink
chore: bump go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurist-85 committed Sep 2, 2024
1 parent 415d743 commit 08da504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ proto-check-breaking:
###############################################################################

PACKAGE_NAME:=github.com/haqq-network/haqq
GOLANG_CROSS_VERSION = v1.22.5
GOLANG_CROSS_VERSION = v1.22
GOPATH ?= '$(HOME)/go'
release-dry-run:
docker run \
Expand Down
2 changes: 1 addition & 1 deletion docker/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### build stage
FROM golang:1.21-bookworm AS build-env
FROM golang:1.22-bookworm AS build-env

WORKDIR /go/src/github.com/haqq-network/haqq

Expand Down

0 comments on commit 08da504

Please sign in to comment.