Skip to content

Commit

Permalink
Use latest golang versions
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Haugan <[email protected]>
  • Loading branch information
larhauga committed Nov 20, 2023
1 parent aac1037 commit b4f2e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY: all build

VERSION ?= 0.8
GO_VERSION := 1.19.1
GOLANGCI_LINT_VERSION := v1.49.0
GO_VERSION := 1.21.4
GOLANGCI_LINT_VERSION := v1.55.2
REPO := openpolicyagent/opa-docker-authz-v2

all: build
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ echo "Building opa-docker-authz version: $VERSION (OPA version: $OPA_VERSION)"
echo -e "\nBuilding opa-docker-authz ..."
CGO_ENABLED=0 go build -ldflags \
"-X github.com/open-policy-agent/opa-docker-authz/version.Version=$VERSION -X github.com/open-policy-agent/opa-docker-authz/version.OPAVersion=$OPA_VERSION" \
-buildvcs=false \
-o opa-docker-authz

echo -e "\n... done!"

0 comments on commit b4f2e91

Please sign in to comment.