Skip to content

Commit

Permalink
Merge pull request #1193 from Nordix/fix/missing-go-uplift
Browse files Browse the repository at this point in the history
🌱 Bump golang 1.19 in release.yml
  • Loading branch information
metal3-io-bot authored Dec 9, 2022
2 parents 02d6bb7 + c15e8e6 commit 7067573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.19'
- name: Generate release notes
run: |
make release-notes
Expand Down

0 comments on commit 7067573

Please sign in to comment.