@@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
- go-version: ["1.20.3"]
+ go-version: ["1.20.4"]
name: "Build + tests"
runs-on: ubuntu-latest
@@ -14,7 +14,7 @@ jobs:
@@ -10,7 +10,7 @@ jobs:
@@ -11,7 +11,7 @@ jobs:
@@ -23,7 +23,7 @@ jobs:
name: Build
runs-on: windows-2019
@@ -22,7 +22,7 @@ jobs:
runs-on: windows-2022
@@ -34,7 +34,7 @@ jobs:
name: Build and upload binary package
@@ -1,5 +1,5 @@
# vim: set ft=dockerfile:
-ARG GOVERSION=1.20.3
+ARG GOVERSION=1.20.4
FROM golang:${GOVERSION}-alpine AS build
FROM golang:${GOVERSION}-bullseye AS build
@@ -27,7 +27,7 @@ stages:
- task: GoTool@0
displayName: "Install Go 1.20"
inputs:
- version: '1.20.3'
+ version: '1.20.4'
- pwsh: |
choco install -y make
# vim: set ft=yaml.ansible:
---
-golang_version: "1.20.3"
+golang_version: "1.20.4"
golang_install_dir: "/opt/go/{{ golang_version }}"