Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #203 from hashicorp/sa-upgrade-docker-version
Browse files Browse the repository at this point in the history
Update docker.yml
  • Loading branch information
sarahalsmiller authored May 31, 2022
2 parents 9331dc0 + aa4cfb6 commit 61b7af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
goos: ["linux"]
goarch: ["amd64"]
go: ["1.17.9"]
go: ["1.18.1"]
fail-fast: true

name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
push: true
tags: |
ghcr.io/hashicorp/consul-api-gateway-snapshot:latest
ghcr.io/hashicorp/consul-api-gateway-snapshot:${{ github.sha }}
ghcr.io/hashicorp/consul-api-gateway-snapshot:${{ github.sha }}

0 comments on commit 61b7af3

Please sign in to comment.