Skip to content

Commit

Permalink
bulker: bump dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Oct 16, 2023
1 parent 3b8b62a commit c242f91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bulker.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions bulkerapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c242f91

Please sign in to comment.