Skip to content

Commit

Permalink
Update remaining outdated Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mckern committed May 10, 2023
1 parent 96c69e6 commit b345a92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
dist:
strategy:
matrix:
go: ["1.19.x"]
go: ["1.20.x"]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
publish-dockerhub:
strategy:
matrix:
go: ["1.19.x"]
go: ["1.20.x"]
runs-on: ubuntu-latest
needs: dist

Expand All @@ -69,15 +69,15 @@ jobs:
path: "dist/*"

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit b345a92

Please sign in to comment.