Skip to content

Commit

Permalink
Update GO version to 1.21 in workflows, Goreleaser version in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
suckatrash committed Nov 21, 2023
1 parent 08b40ef commit 82462a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
go: [ '1.20' ]
go: [ '1.21' ]
os: [ ubuntu-latest, macOS-latest ]
runs-on: ${{matrix.os}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'

- name: Setup QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable image_base {
}

variable image_goreleaser {
default = "docker-image://goreleaser/goreleaser:v1.14.1"
default = "docker-image://goreleaser/goreleaser:v1.22.1"
}

###################
Expand Down

0 comments on commit 82462a9

Please sign in to comment.