Skip to content

Commit

Permalink
Enhancement/update dependencies (#508)
Browse files Browse the repository at this point in the history
* Automate release notes generation using goreleaser(closes #498)

* [CI] Bump to Go 1.22

* Update base-ci-goreleaser.yaml

* Update base-release.yaml

* Update ci.yaml

* Create .gitignore

* Delete .goreleaser.yaml
  • Loading branch information
Enzujp authored Mar 26, 2024
1 parent f143a2d commit bcdf91c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.21.7'
go-version: '~1.22.1'
check-latest: true

- name: Generate the sources
Expand All @@ -61,4 +61,4 @@ jobs:
env:
GOOS: ${{ matrix.GOOS }}
GOARCH: ${{ matrix.GOARCH }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/base-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '~1.21.7'
go-version: '~1.22.1'
check-latest: true

- name: Generate distribution sources
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '~1.21.7'
go-version: '~1.22.1'
check-latest: true

- uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.21.7'
go-version: '~1.22.1'
check-latest: true

- name: Verify
Expand Down

0 comments on commit bcdf91c

Please sign in to comment.