File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Set up Go
19
19
uses : actions/setup-go@v4
20
20
with :
21
- go-version : 1.22.7
21
+ go-version : 1.22.8
22
22
- name : Get dependencies
23
23
run : curl -L --fail "https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-clients_${FDB_VER}-1_amd64.deb" -o fdb.deb
24
24
- name : Install dependencies
42
42
- name : Set up Go
43
43
uses : actions/setup-go@v4
44
44
with :
45
- go-version : 1.22.7
45
+ go-version : 1.22.8
46
46
- name : Fetch all tags
47
47
run : git fetch --force --tags
48
48
- name : Get dependencies
@@ -103,7 +103,7 @@ jobs:
103
103
- name : Set up Go
104
104
uses : actions/setup-go@v4
105
105
with :
106
- go-version : 1.22.7
106
+ go-version : 1.22.8
107
107
- name : Fetch all tags
108
108
run : git fetch --force --tags
109
109
- name : Get dependencies
Original file line number Diff line number Diff line change 43
43
- name : Set up Go
44
44
uses : actions/setup-go@v4
45
45
with :
46
- go-version : 1.22.7
46
+ go-version : 1.22.8
47
47
# https://github.com/goreleaser/goreleaser/issues/1311
48
48
- name : Get current semver tag
49
49
run : echo "::set-output name=CURRENT_TAG::$(git describe --tags --match "v*" --abbrev=0)"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG FDB_VERSION=6.2.29
2
2
ARG FDB_WEBSITE=https://github.com/apple/foundationdb/releases/download
3
3
4
4
# Build the manager binary
5
- FROM docker.io/library/golang:1.22.7 AS builder
5
+ FROM docker.io/library/golang:1.22.8 AS builder
6
6
7
7
ARG FDB_VERSION
8
8
ARG FDB_WEBSITE
You can’t perform that action at this time.
0 commit comments