Skip to content

Commit

Permalink
Merge pull request #246 from estesp/update-go-1.21
Browse files Browse the repository at this point in the history
Update Go to 1.21.5
  • Loading branch information
estesp authored Dec 6, 2023
2 parents d5a85e1 + 8eba6da commit 2244d4e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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 All @@ -40,7 +40,7 @@ jobs:

- uses: golangci/golangci-lint-action@v3
with:
version: v1.51.1
version: v1.55.2
skip-cache: true
working-directory: src/github.com/estesp/manifest-tool/v2
args: --timeout=5m
Expand All @@ -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 2244d4e

Please sign in to comment.