Skip to content

Commit 23eb741

Browse files
authored
Update golang version in release workflow (#175)
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
1 parent aa9c505 commit 23eb741

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Set up Go 1.18
14-
uses: actions/setup-go@v2
13+
- name: Set up Go 1.25
14+
uses: actions/setup-go@v6
1515
with:
16-
go-version: 1.18
16+
go-version: 1.25
1717

1818
- name: Check out source code
1919
uses: actions/checkout@v2
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
artifacts: "main/bin/*"
3939
token: ${{ secrets.GITHUB_TOKEN }}
40-
tag: ${{ github.event.inputs.version }}
40+
tag: ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)