Skip to content

Commit

Permalink
upgrate to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzmauro committed Jul 11, 2024
1 parent 4470a1a commit e8179a0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
5.8.1 (Jul 11, 2024)
5.8.1 (Jul 12, 2024)
- Fixed vulnerabilities:
- Updated debian image to 12.6
- Updated gin-contrib/cors to 1.6.0
- Updated golang image to 1.22.5

5.8.0 (May 14, 2024)
- Added support for targeting rules based on semantic versions (https://semver.org/).
Expand All @@ -13,7 +14,7 @@
- Updated gin/gonic to 1.10
- Updated go-split-commons to v6

5.7.0 (TBD)
5.7.0 (Feb 22, 2024)
- Add support for FIPS-compliant binaries & docker images

5.6.1 (Jan 29, 2024)
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.proxy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.21.10-bookworm AS builder
FROM golang:1.22.5-bookworm AS builder

ARG EXTRA_BUILD_ARGS
ARG FIPS_MODE
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.synchronizer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.21.10-bookworm AS builder
FROM golang:1.22.5-bookworm AS builder

ARG EXTRA_BUILD_ARGS
ARG FIPS_MODE
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 github.com/splitio/split-synchronizer/v5

go 1.21
go 1.22

require (
github.com/gin-contrib/cors v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BUILD_FOLDER := $(CURRENT_PATH)/build


GO := $(BIN_FOLDER)/go
ASSET ?= go1.21.linux-amd64.tar.gz
ASSET ?= go1.22.linux-amd64.tar.gz
SOURCES := $(shell find $(PARENT_PATH) -path $(dirname $(pwd))/windows -prune -o -name "*.go" -print) \
$(PARENT_PATH)/go.mod \
$(PARENT_PATH)/go.sum
Expand Down

0 comments on commit e8179a0

Please sign in to comment.