Require Go 1.16+

This commit is contained in:
Mislav Marohnić 2021-08-23 18:08:09 +02:00
parent af2aecd40b
commit eb78ac0dcb
6 changed files with 9 additions and 27 deletions

View file

@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Generate changelog
run: |
echo "GORELEASER_CURRENT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV