Skip to content

Commit

Permalink
feat(go): update to 1.23 (#7)
Browse files Browse the repository at this point in the history
* fix(workflows): remove local setup go step

* feat(go): update workflows to go 1.23
  • Loading branch information
tcodes0 authored Sep 4, 2024
1 parent 5585e57 commit ee261e9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,10 @@ jobs:
fetch-depth: 0
submodules: true

- name: Set up Go (local)
if: github.event.local == true
uses: actions/setup-go@v5
with:
go-version: 1.22
- run: go install ./cmd/changelog

- name: Set up Go
if: github.event.local != true
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
- run: go install github.com/tcodes0/go/cmd/[email protected]

- name: Update changelog
Expand Down

0 comments on commit ee261e9

Please sign in to comment.