File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3131 - name : Setup Go
3232 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3333 with :
34- go-version : " ~1.25.0 "
34+ go-version : stable
3535 check-latest : true
3636 - name : Cache Go
3737 id : go-cache
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ permissions:
99env :
1010 # Path to where test results will be saved.
1111 TEST_RESULTS : /tmp/test-results
12- # Default minimum version of Go to support.
13- DEFAULT_GO_VERSION : " ~1.24.0"
1412jobs :
1513 lint :
1614 strategy :
2119 - name : Install Go
2220 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2321 with :
24- go-version : ${{ env.DEFAULT_GO_VERSION }}
22+ go-version : oldstable
2523 check-latest : true
2624
2725 - name : Checkout Repo
7472 - name : Install Go
7573 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
7674 with :
77- go-version : ${{ env.DEFAULT_GO_VERSION }}
75+ go-version : oldstable
7876 check-latest : true
7977
8078 - name : Checkout Repo
@@ -102,7 +100,7 @@ jobs:
102100 - name : Install Go
103101 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
104102 with :
105- go-version : ${{ env.DEFAULT_GO_VERSION }}
103+ go-version : oldstable
106104 check-latest : true
107105
108106 - name : Checkout Repo
You can’t perform that action at this time.
0 commit comments