Skip to content

Commit b1d7292

Browse files
fix: bump k8s version
1 parent 75a61bc commit b1d7292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@v3
1515
- run: go mod verify
16-
- run: GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o=./tmp/_output/bin/keycloakclient-operator -mod=vendor .
16+
- run: GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o=./tmp/_output/bin/keycloakclient-operator .
1717

1818

0 commit comments

Comments
 (0)