Simplify PR github action (#196)

This commit is contained in:
Geoff Bourne
2023-05-24 21:27:44 -05:00
committed by GitHub
parent de655ee432
commit 059ee78c5c
2 changed files with 4 additions and 45 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version-file: 'go.mod'
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2