Skip to content

Commit c832f44

Browse files
authored
Merge pull request #44 from personnummer/renovate/actions-setup-go-5.x
Update actions/setup-go action to v5.5.0
2 parents 8294bdc + 4ce36eb commit c832f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.platform }}
1616
steps:
1717
- name: Install Go
18-
uses: actions/setup-go@v5.4.0
18+
uses: actions/setup-go@v5.5.0
1919
with:
2020
go-version: 'stable'
2121
check-latest: true

0 commit comments

Comments
 (0)