Skip to content

Commit

Permalink
Upgrade to go 1.23.3 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Nov 10, 2024
1 parent 7490bca commit e3ddea0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ executors:
go:
docker:
# cimg version wasn't available at upgrade time.
- image: golang:1.23.0
- image: golang:1.23.3
jobs:
check_whitespace:
docker:
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.0 AS builder
FROM golang:1.23.3 AS builder

ARG TARGETPLATFORM

Expand Down
7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";

# 1.23.0 release
go-nixpkgs.url = "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465";
# 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
sqlite-nixpkgs.url = "github:NixOS/nixpkgs/5ad9903c16126a7d949101687af0aa589b1d7d3d";
Expand Down

0 comments on commit e3ddea0

Please sign in to comment.