Skip to content

Commit 9dd763b

Browse files
committed
Upgrade Go GitHub Action from v4 to v5
Upgrade the Go GitHub Action needed to install the River CLI from version `v4` to `v5`. `v4` uses the deprecated NodeJS 16 runtime which produces warnings during runs. `v5` upgrades to NodeJS 20 to resolve the problem.
1 parent 89cff65 commit 9dd763b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
# There is a version of Go on Actions' base image, but it's old and can't
124124
# read modern `go.mod` annotations correctly.
125125
- name: Install Go
126-
uses: actions/setup-go@v4
126+
uses: actions/setup-go@v5
127127
with:
128128
go-version: "stable"
129129
check-latest: true

0 commit comments

Comments
 (0)