Skip to content

Commit db5d81e

Browse files
authored
Merge pull request #138 from authzed/fix-dockerfile
fix dockerfile
2 parents 9567915 + e1ccc4e commit db5d81e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/build-test.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on: # yamllint disable-line rule:truthy
1010
merge_group:
1111
types:
1212
- "checks_requested"
13-
env:
14-
GO_VERSION: "~1.21.1"
1513
jobs:
1614
paths-filter:
1715
runs-on: "ubuntu-latest"
@@ -42,8 +40,6 @@ jobs:
4240
steps:
4341
- uses: "actions/checkout@v3"
4442
- uses: "authzed/actions/setup-go@main"
45-
with:
46-
go-version: "${{ env.GO_VERSION }}"
4743
- uses: "authzed/actions/go-build@main"
4844

4945
unit:
@@ -55,8 +51,6 @@ jobs:
5551
steps:
5652
- uses: "actions/checkout@v3"
5753
- uses: "authzed/actions/setup-go@main"
58-
with:
59-
go-version: "${{ env.GO_VERSION }}"
6054
- name: "Unit tests"
6155
uses: "magefile/mage-action@v2"
6256
with:
@@ -72,8 +66,6 @@ jobs:
7266
steps:
7367
- uses: "actions/checkout@v3"
7468
- uses: "authzed/actions/setup-go@main"
75-
with:
76-
go-version: "${{ env.GO_VERSION }}"
7769
- name: "e2e tests"
7870
uses: "magefile/mage-action@v2"
7971
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.22.1-alpine3.18 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24.4-alpine3.22 AS builder
22
ARG TARGETOS TARGETARCH
33

44
WORKDIR /go/src/spicedb-kubeapi-proxy

0 commit comments

Comments
 (0)