Skip to content

Commit 7067573

Browse files
Merge pull request #1193 from Nordix/fix/missing-go-uplift
🌱 Bump golang 1.19 in release.yml
2 parents 02d6bb7 + c15e8e6 commit 7067573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: '1.18'
22+
go-version: '1.19'
2323
- name: Generate release notes
2424
run: |
2525
make release-notes

0 commit comments

Comments
 (0)