Skip to content

Commit

Permalink
ci(workflows): update go version, update goreleaser config version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacowan authored Sep 7, 2024
1 parent 0b30f28 commit 8df58b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
go-version: ">=1.21.0 <2.0.0"

- name: Verify dependencies
run: go mod verify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: stable
go-version: ">=1.21.0 <2.0.0"
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
version: 2

before:
hooks:
Expand Down

0 comments on commit 8df58b7

Please sign in to comment.