Skip to content

Commit

Permalink
Merge pull request #88 from alexejk/dependabot/docker/golang-1.23-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
alexejk committed Aug 20, 2024
2 parents efdc407 + 551b97a commit 451ae25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.22-alpine
FROM golang:1.23-alpine

# Build dependencies
RUN apk --no-cache update
RUN apk --no-cache add alpine-sdk
RUN apk --no-cache update && \
apk --no-cache add alpine-sdk curl

WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion hack/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GREEN="\033[32m"
YELLOW="\033[33m"
NORMAL="\033[39m"

LINTER_VERSION=1.58.1
LINTER_VERSION=1.60.1

LINTER_BINDIR=$(go env GOPATH)/bin
LINTER_NAME=golangci-lint
Expand Down

0 comments on commit 451ae25

Please sign in to comment.