File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ on: # yamllint disable-line rule:truthy
10
10
merge_group :
11
11
types :
12
12
- " checks_requested"
13
- env :
14
- GO_VERSION : " ~1.21.1"
15
13
jobs :
16
14
paths-filter :
17
15
runs-on : " ubuntu-latest"
42
40
steps :
43
41
- uses : " actions/checkout@v3"
44
42
- uses : " authzed/actions/setup-go@main"
45
- with :
46
- go-version : " ${{ env.GO_VERSION }}"
47
43
- uses : " authzed/actions/go-build@main"
48
44
49
45
unit :
55
51
steps :
56
52
- uses : " actions/checkout@v3"
57
53
- uses : " authzed/actions/setup-go@main"
58
- with :
59
- go-version : " ${{ env.GO_VERSION }}"
60
54
- name : " Unit tests"
61
55
uses : " magefile/mage-action@v2"
62
56
with :
72
66
steps :
73
67
- uses : " actions/checkout@v3"
74
68
- uses : " authzed/actions/setup-go@main"
75
- with :
76
- go-version : " ${{ env.GO_VERSION }}"
77
69
- name : " e2e tests"
78
70
uses : " magefile/mage-action@v2"
79
71
with :
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM golang:1.22.1 -alpine3.18 AS builder
1
+ FROM --platform=$BUILDPLATFORM golang:1.24.4 -alpine3.22 AS builder
2
2
ARG TARGETOS TARGETARCH
3
3
4
4
WORKDIR /go/src/spicedb-kubeapi-proxy
You can’t perform that action at this time.
0 commit comments