Skip to content

Commit

Permalink
update go to 1.22.2
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Lloyd <caleb@synadia.com>
  • Loading branch information
Caleb Lloyd committed Apr 10, 2024
1 parent 417ef70 commit a0daf5e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 45 deletions.
2 changes: 1 addition & 1 deletion cicd/Dockerfile_goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile-upstream:1.5
FROM --platform=$BUILDPLATFORM golang:1.20.5-bullseye as build
FROM --platform=$BUILDPLATFORM golang:1.22.2-bullseye as build

RUN <<EOT
set -e
Expand Down
14 changes: 0 additions & 14 deletions docker/jetstream-controller/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions docker/nats-boot-config/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions docker/nats-server-config-reloader/Dockerfile

This file was deleted.

4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/nats-io/nack

go 1.21
go 1.22

toolchain go1.22.2

require (
github.com/fsnotify/fsnotify v1.7.0
Expand Down

0 comments on commit a0daf5e

Please sign in to comment.