File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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.24.5
21
+ go-version : 1.24.6
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.24.5
45
+ go-version : 1.24.6
46
46
- name : Fetch all tags
47
47
run : git fetch --force --tags
48
48
- name : Get dependencies
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Set up Go
102
102
uses : actions/setup-go@v4
103
103
with :
104
- go-version : 1.24.5
104
+ go-version : 1.24.6
105
105
- name : Fetch all tags
106
106
run : git fetch --force --tags
107
107
- 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.24.5
46
+ go-version : 1.24.6
47
47
# https://github.com/goreleaser/goreleaser/issues/1311
48
48
- name : Get current semver tag
49
49
run : echo "GORELEASER_CURRENT_TAG=$(git describe --tags --match "v*" --abbrev=0)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG FDB_VERSION=7.1.67
4
4
ARG FDB_WEBSITE=https://github.com/apple/foundationdb/releases/download
5
5
6
6
# Build the manager binary
7
- FROM docker.io/library/golang:1.24.5 AS builder
7
+ FROM docker.io/library/golang:1.24.6 AS builder
8
8
9
9
ARG FDB_VERSION
10
10
ARG FDB_WEBSITE
@@ -59,7 +59,7 @@ RUN groupadd --gid 4059 fdb && \
59
59
mkdir -p /var/log/fdb && \
60
60
touch /var/log/fdb/.keep
61
61
62
- FROM docker.io/rockylinux/rockylinux:9.5 -minimal
62
+ FROM docker.io/rockylinux/rockylinux:9.6 -minimal
63
63
64
64
ARG FDB_VERSION
65
65
ARG FDB_WEBSITE
You can’t perform that action at this time.
0 commit comments