We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ab2e7 commit 1e09471Copy full SHA for 1e09471
.github/actions/install-and-setup/action.yml
@@ -5,10 +5,10 @@ runs:
5
using: "composite"
6
steps:
7
# Install dependencies
8
- - name: Install Go
9
- uses: actions/setup-go@v3
+ - name: Setup Go
+ uses: actions/setup-go@v5
10
with:
11
- go-version: 1.23.2
+ go-version: 1.23
12
# - name: Setup Go with cache
13
# uses: jfrog/.github/actions/install-go-with-cache@main
14
0 commit comments