Rafael Espinoza 2023-06-19 15:26:22 -07:00
parent 291b32856c
commit b058c03c30
No known key found for this signature in database
GPG key ID: 50CAEEE876E29307
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Export GOBIN
uses: actions/setup-go@v4
with:
go-version: '1.20.2'
go-version: '1.20.5'
- name: Install dependencies
run: make setup

View file

@ -19,7 +19,7 @@ jobs:
- name: Export GOBIN
uses: actions/setup-go@v4
with:
go-version: '1.20.2'
go-version: '1.20.5'
- name: Install dependencies
run: make setup
@ -86,7 +86,7 @@ jobs:
- name: Export GOBIN
uses: actions/setup-go@v4
with:
go-version: '1.20.2'
go-version: '1.20.5'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4

View file

@ -24,7 +24,7 @@ jobs:
- name: Export GOBIN
uses: actions/setup-go@v4
with:
go-version: '1.20.2'
go-version: '1.20.5'
- name: Install dependencies
run: make setup