Skip to content

Commit 655e577

Browse files
augustdahlokpedersen
authored andcommitted
Update README.md
Feilmelding fra `actionlint`: `the runner of "actions/setup-go@v4" action is too old to run on GitHub Actions. update the action's version to fix this issue` Oppdaterer derfor action-versjon for setup-go i README til v5.
1 parent 6a3d551 commit 655e577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This repository contains a simple go app. You do not need to know go, nor use an
7171
7272
# Install go 1.21
7373
- name: Setup go
74-
uses: actions/setup-go@v4
74+
uses: actions/setup-go@v5
7575
with: # Specify input variables to the action
7676
go-version: '1.21.x'
7777

0 commit comments

Comments
 (0)