Skip to content

Commit 1e09471

Browse files
committed
try fix go
1 parent b5ab2e7 commit 1e09471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/install-and-setup/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ runs:
55
using: "composite"
66
steps:
77
# Install dependencies
8-
- name: Install Go
9-
uses: actions/setup-go@v3
8+
- name: Setup Go
9+
uses: actions/setup-go@v5
1010
with:
11-
go-version: 1.23.2
11+
go-version: 1.23
1212
# - name: Setup Go with cache
1313
# uses: jfrog/.github/actions/install-go-with-cache@main
1414

0 commit comments

Comments
 (0)