Use go version from go.mod

This commit is contained in:
Marc Brugger 2022-10-15 22:08:13 +02:00 committed by GitHub
parent 337d39076c
commit 15035f5199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Test
run: make test-ci