1
0
mirror of https://github.com/go-task/task.git synced 2025-02-03 13:22:11 +02:00

chore: upgrade Go to v1.21.0 on lint and release actions

This commit is contained in:
Andrey Nering 2023-09-02 17:43:14 -03:00
parent afe8a618fe
commit 3f2abe011b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.21.x
- uses: actions/checkout@v3

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.21.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2