Skip to content

Commit

Permalink
Upgrade to go 1.23.3 (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Nov 10, 2024
1 parent 03c21aa commit 15ac618
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ executors:
- image: cimg/base:stable
go:
docker:
- image: cimg/go:1.23.2
- image: cimg/go:1.23.3
jobs:
check_whitespace:
executor: base
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.23.2 AS builder
FROM golang:1.23.3 AS builder

ARG TARGETPLATFORM
ARG PS_VERSION
Expand Down
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
flake-utils.url = "github:numtide/flake-utils";

# 1.23.2 release
# We temporarily mismatch the version in Docker (1.23.3) because Nix doesn't
# have the latest version yet, but we need to fix:
# https://github.com/golang/go/issues/68976
go-nixpkgs.url = "github:NixOS/nixpkgs/4ae2e647537bcdbb82265469442713d066675275";

# 3.44.2 release
Expand Down

0 comments on commit 15ac618

Please sign in to comment.