Skip to content

Commit

Permalink
Bump to go 1.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDog committed Dec 19, 2024
1 parent 4b1e994 commit 158700d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include $(ROOT_DIR_RELATIVE)/common.mk
# https://suva.sh/posts/well-documented-makefiles

# Go
GO_VERSION ?=1.22.6
GO_VERSION ?=1.22.7
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)

# Directories.
Expand Down
2 changes: 1 addition & 1 deletion docs/triage-party/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.


FROM golang:1.22.6 as builder
FROM golang:1.22.7 as builder

RUN go get github.com/google/triage-party/cmd/server
RUN go install github.com/google/triage-party/cmd/server@latest
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
publish = "docs/book/book"

[build.environment]
GO_VERSION = "1.22.6"
GO_VERSION = "1.22.7"

# Standard Netlify redirects
[[redirects]]
Expand Down

0 comments on commit 158700d

Please sign in to comment.