Skip to content

Commit f2bdfb9

Browse files
authored
Update go version to 1.22.8 (#2152)
1 parent df5775a commit f2bdfb9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.22.7
21+
go-version: 1.22.8
2222
- name: Get dependencies
2323
run: curl -L --fail "https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-clients_${FDB_VER}-1_amd64.deb" -o fdb.deb
2424
- name: Install dependencies
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v4
4444
with:
45-
go-version: 1.22.7
45+
go-version: 1.22.8
4646
- name: Fetch all tags
4747
run: git fetch --force --tags
4848
- name: Get dependencies
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set up Go
104104
uses: actions/setup-go@v4
105105
with:
106-
go-version: 1.22.7
106+
go-version: 1.22.8
107107
- name: Fetch all tags
108108
run: git fetch --force --tags
109109
- name: Get dependencies

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Go
4444
uses: actions/setup-go@v4
4545
with:
46-
go-version: 1.22.7
46+
go-version: 1.22.8
4747
# https://github.com/goreleaser/goreleaser/issues/1311
4848
- name: Get current semver tag
4949
run: echo "::set-output name=CURRENT_TAG::$(git describe --tags --match "v*" --abbrev=0)"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG FDB_VERSION=6.2.29
22
ARG FDB_WEBSITE=https://github.com/apple/foundationdb/releases/download
33

44
# 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
66

77
ARG FDB_VERSION
88
ARG FDB_WEBSITE

0 commit comments

Comments
 (0)