Skip to content

Commit

Permalink
Merge pull request #109 from Moulick/dependabot/docker/library/golang…
Browse files Browse the repository at this point in the history
…-1.22

🌱 Bump library/golang from 1.21 to 1.22
  • Loading branch information
Moulick authored May 7, 2024
2 parents 5fb486d + ea910ea commit 1870714
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version-file: go.mod
check-latest: true
cache: true

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.21 as builder
FROM docker.io/library/golang:1.22 as builder

WORKDIR /app
# Copy the Go Modules manifests
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/Moulick/Kinesis2Elastic/v2

go 1.21
go 1.22.2

require (
github.com/Depado/ginprom v1.8.1
Expand Down

0 comments on commit 1870714

Please sign in to comment.