Release using go 1.19

This commit is contained in:
Juan Font Alonso 2022-09-03 12:21:54 +02:00
parent 2ddf7ab515
commit 84044e236d
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.18.0 go-version: 1.19.0
- name: Install dependencies - name: Install dependencies
run: | run: |

View file

@ -1,7 +1,7 @@
--- ---
before: before:
hooks: hooks:
- go mod tidy -compat=1.18 - go mod tidy -compat=1.19
release: release:
prerelease: auto prerelease: auto