Skip to content

Commit 5560dbf

Browse files
committed
update to use 1.20.4
1 parent 05592a3 commit 5560dbf

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ jobs:
8282
strategy:
8383
matrix:
8484
include:
85-
- {go: "1.20.3", goos: "linux", goarch: "386"}
86-
- {go: "1.20.3", goos: "linux", goarch: "amd64"}
87-
- {go: "1.20.3", goos: "linux", goarch: "arm"}
88-
- {go: "1.20.3", goos: "linux", goarch: "arm64"}
89-
- {go: "1.20.3", goos: "freebsd", goarch: "386"}
90-
- {go: "1.20.3", goos: "freebsd", goarch: "amd64"}
91-
- {go: "1.20.3", goos: "windows", goarch: "386"}
92-
- {go: "1.20.3", goos: "windows", goarch: "amd64"}
93-
- {go: "1.20.3", goos: "solaris", goarch: "amd64"}
85+
- {go: "1.20.4", goos: "linux", goarch: "386"}
86+
- {go: "1.20.4", goos: "linux", goarch: "amd64"}
87+
- {go: "1.20.4", goos: "linux", goarch: "arm"}
88+
- {go: "1.20.4", goos: "linux", goarch: "arm64"}
89+
- {go: "1.20.4", goos: "freebsd", goarch: "386"}
90+
- {go: "1.20.4", goos: "freebsd", goarch: "amd64"}
91+
- {go: "1.20.4", goos: "windows", goarch: "386"}
92+
- {go: "1.20.4", goos: "windows", goarch: "amd64"}
93+
- {go: "1.20.4", goos: "solaris", goarch: "amd64"}
9494
fail-fast: true
9595

9696
name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
@@ -179,7 +179,7 @@ jobs:
179179
matrix:
180180
goos: [ darwin ]
181181
goarch: [ "amd64", "arm64" ]
182-
go: [ "1.20.3" ]
182+
go: [ "1.20.4" ]
183183
fail-fast: true
184184

185185
name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) HashiCorp, Inc.
22
# SPDX-License-Identifier: MPL-2.0
33

4-
ARG GOLANG_VERSION=1.20.3
4+
ARG GOLANG_VERSION=1.20.4
55
FROM golang:${GOLANG_VERSION}
66

77
WORKDIR /consul

0 commit comments

Comments
 (0)