build: bump to Go 1.18.5

Can give 1.19 a bit of time before we upgrade ;)

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman 2022-08-02 13:39:42 -04:00
parent 9e48afb830
commit b1e4cde2da
4 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ on:
required: false
default: "false"
env:
GO_VERSION: 1.18.4
GO_VERSION: 1.18.5
jobs:
lint:
name: Lint

View file

@ -7,7 +7,7 @@ on:
description: "Release Tag"
required: true
env:
GO_VERSION: 1.18.4
GO_VERSION: 1.18.5
jobs:
upload-release:
runs-on: ubuntu-latest
@ -23,7 +23,7 @@ jobs:
- name: Setup docker CLI
run: |
curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.3.tgz | tar xz
curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.17.tgz | tar xz
sudo cp ./docker/docker /usr/bin/ && rm -rf docker && docker version
- name: Build