Update build.yml

This commit is contained in:
Leonel Quinteros 2022-12-20 18:29:35 -03:00 committed by GitHub
parent 6998e37f95
commit 531e674405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.19
id: go
- name: Check out code into the Go module directory