Skip to content

Commit

Permalink
Update to go 1.19.8 (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer authored Apr 8, 2023
1 parent be0adc9 commit b52585b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.19.5
go-version: 1.19.8
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.19.5
go-version: 1.19.8
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.19.5
go-version: 1.19.8
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.19.5
go-version: 1.19.8
# https://github.com/goreleaser/goreleaser/issues/1311
- name: Get current semver tag
run: echo "::set-output name=CURRENT_TAG::$(git describe --tags --match "v*" --abbrev=0)"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=docker.io/debian:bullseye

# Build the manager binary
FROM docker.io/library/golang:1.19.5 as builder
FROM docker.io/library/golang:1.19.8 as builder

# Install FDB this version is only required to compile the fdb operator
ARG FDB_VERSION=6.2.29
Expand Down

0 comments on commit b52585b

Please sign in to comment.