diff --git a/.github/workflows/test-build-image.yml b/.github/workflows/test-build-image.yml index c9ee026..612e384 100644 --- a/.github/workflows/test-build-image.yml +++ b/.github/workflows/test-build-image.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.21.0 + go-version: 1.21.3 cache: false - name: Bulker Test diff --git a/bulker.Dockerfile b/bulker.Dockerfile index dd883fe..669e50d 100644 --- a/bulker.Dockerfile +++ b/bulker.Dockerfile @@ -5,7 +5,7 @@ RUN apt-get install -y ca-certificates curl ENV TZ=UTC -FROM golang:1.21.0-bullseye as build +FROM golang:1.21.3-bullseye as build RUN apt-get install gcc libc6-dev diff --git a/bulkerapp/go.mod b/bulkerapp/go.mod index da624c3..1b84546 100644 --- a/bulkerapp/go.mod +++ b/bulkerapp/go.mod @@ -3,9 +3,9 @@ module github.com/jitsucom/bulker/bulkerapp go 1.21 require ( - github.com/confluentinc/confluent-kafka-go/v2 v2.1.1 + github.com/confluentinc/confluent-kafka-go/v2 v2.2.0 github.com/gin-gonic/gin v1.9.1 - github.com/go-co-op/gocron v1.27.1 + github.com/go-co-op/gocron v1.35.2 github.com/gomodule/redigo v1.8.9 github.com/hashicorp/go-multierror v1.1.1 github.com/hjson/hjson-go/v4 v4.3.0