Skip to content

Commit

Permalink
update v1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Mason <[email protected]>
  • Loading branch information
mikemrm committed Dec 5, 2024
1 parent 1add307 commit 82e7ddc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Used to install CRDB into the devcontainer
FROM cockroachdb/cockroach:latest-v23.1 as CRDB

FROM mcr.microsoft.com/vscode/devcontainers/go:1-1.22-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/go:1-1.23-bullseye

# Set up crdb
RUN mkdir /usr/local/lib/cockroach
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GCI_REPO = github.com/daixiang0/gci
GCI_VERSION = v0.10.1

GOLANGCI_LINT_REPO = github.com/golangci/golangci-lint
GOLANGCI_LINT_VERSION = v1.57.2
GOLANGCI_LINT_VERSION = v1.62.2

# go files to be checked
GO_FILES=$(shell git ls-files '*.go')
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 go.infratographer.com/tenant-api

go 1.22.5
go 1.23

toolchain go1.23.4

Expand Down

0 comments on commit 82e7ddc

Please sign in to comment.