Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Khare <[email protected]>
  • Loading branch information
khareyash05 committed Oct 26, 2023
1 parent c39f7d2 commit 76b403a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.0
FROM golang:1.21.3

# FROM golang:1.19.2-alpine
# RUN apk add --no-cache build-base git bash
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/clusterpedia-io/clusterpedia

go 1.21
go 1.19

require (
github.com/DATA-DOG/go-sqlmock v1.5.0
Expand Down

0 comments on commit 76b403a

Please sign in to comment.