Skip to content

Commit

Permalink
Update Go to 1.21.5
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp committed Dec 5, 2023
1 parent 1713717 commit 0e55a61
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
go-version: [1.21.3]
go-version: [1.21.5]
os: [ubuntu-20.04, macos-12, windows-2019]

steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.5

- name: Set env
shell: bash
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21.3'
go-version: '1.21.5'

- name: Set env
shell: bash
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21.3'
go-version: '1.21.5'

- name: Set env
shell: bash
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21.3'
go-version: '1.21.5'

- name: Set env
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.21.3'
go-version: '1.21.5'

- name: Set env
shell: bash
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.21.3'
go-version: '1.21.5'

- name: Set env
shell: bash
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.21.3'
go-version: '1.21.5'

- name: Set env
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion hack/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.3-alpine AS bld
FROM --platform=$BUILDPLATFORM golang:1.21.5-alpine AS bld
ARG TARGETPLATFORM
ARG TARGETARCH
ARG TARGETVARIANT
Expand Down
2 changes: 1 addition & 1 deletion hack/Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.3-alpine AS bld
FROM --platform=$BUILDPLATFORM golang:1.21.5-alpine AS bld
ARG TARGETPLATFORM
ARG TARGETARCH
ARG TARGETVARIANT
Expand Down

0 comments on commit 0e55a61

Please sign in to comment.