File tree 6 files changed +7
-5
lines changed
6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- uses : actions/setup-go@v2
25
25
with :
26
- go-version : " ^1.22.3 "
26
+ go-version : " ^1.22.5 "
27
27
28
28
- name : Run unit tests
29
29
run : make deps mocks test
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v1
15
15
- uses : actions/setup-go@v2
16
16
with :
17
- go-version : " ^1.22.3 "
17
+ go-version : " ^1.22.5 "
18
18
- name : Make dependencies
19
19
run : make deps mocks
20
20
- name : Code generation
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-go@v2
16
16
with :
17
- go-version : " ^1.22.3 "
17
+ go-version : " ^1.22.5 "
18
18
- name : Make dependencies
19
19
run : make deps mocks
20
20
- name : Compile
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ docker: ${DOCKERDIR}/${DOCKERFILE}
69
69
docker build --rm -t " $( IMAGE) :$( TAG) $( CDP_TAG) $( DEBUG_FRESH) $( DEBUG_POSTFIX) " -f " ${DOCKERDIR} /${DOCKERFILE} " --build-arg VERSION=" ${VERSION} " .
70
70
71
71
indocker-race :
72
- docker run --rm -v " ${GOPATH} " :" ${GOPATH} " -e GOPATH=" ${GOPATH} " -e RACE=1 -w ${PWD} golang:1.22.3 bash -c " make linux"
72
+ docker run --rm -v " ${GOPATH} " :" ${GOPATH} " -e GOPATH=" ${GOPATH} " -e RACE=1 -w ${PWD} golang:1.22.5 bash -c " make linux"
73
73
74
74
push :
75
75
docker push " $( IMAGE) :$( TAG) $( CDP_TAG) "
Original file line number Diff line number Diff line change @@ -57,12 +57,14 @@ production for over five years.
57
57
58
58
| Release | Postgres versions | K8s versions | Golang |
59
59
| :-------- | :---------------: | :---------------: | :-----: |
60
+ | v1.13.0* | 12 &rarr ; 16 | 1.27+ | 1.22.5 |
60
61
| v1.12.2 | 11 &rarr ; 16 | 1.27+ | 1.22.3 |
61
62
| v1.11.0 | 11 &rarr ; 16 | 1.27+ | 1.21.7 |
62
63
| v1.10.1 | 10 &rarr ; 15 | 1.21+ | 1.19.8 |
63
64
| v1.9.0 | 10 &rarr ; 15 | 1.21+ | 1.18.9 |
64
65
| v1.8.2 | 9.5 &rarr ; 14 | 1.20 &rarr ; 1.24 | 1.17.4 |
65
66
67
+ * not yet released
66
68
67
69
## Getting started
68
70
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apt-get install -y wget
13
13
14
14
(
15
15
cd /tmp
16
- wget -q " https://storage.googleapis.com/golang/go1.22.3 .linux-${arch} .tar.gz" -O go.tar.gz
16
+ wget -q " https://storage.googleapis.com/golang/go1.22.5 .linux-${arch} .tar.gz" -O go.tar.gz
17
17
tar -xf go.tar.gz
18
18
mv go /usr/local
19
19
ln -s /usr/local/go/bin/go /usr/bin/go
You can’t perform that action at this time.
0 commit comments