Skip to content

Commit 8850bb6

Browse files
author
Maksym Trofimenko
committed
upgrade go version
1 parent b97efca commit 8850bb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: actions/setup-go@v4
12+
- uses: actions/setup-go@v5
13+
with:
14+
go-version: '>=1.23.1'
1315
- run: |
1416
echo "Preparing a release"
1517
echo "Module name ${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)