File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : " Checkout code"
12- uses : actions/checkout@v4.1.1
12+ uses : actions/checkout@v4.2.2
1313 with :
1414 # Fetch all history for all tags and branches
1515 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : " Checkout code"
15- uses : actions/checkout@v4.1.1
15+ uses : actions/checkout@v4.2.2
1616 with :
1717 # Fetch all history for all tags and branches
1818 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 matrix :
17- go-version : [1.23 .x]
17+ go-version : [1.24 .x]
1818 os : [ubuntu-latest]
1919 steps :
2020 - name : " install golang"
2323 go-version : ${{ matrix.go-version }}
2424 cache : false
2525 - name : " checkout code"
26- uses : actions/checkout@v4.1.1
26+ uses : actions/checkout@v4.2.2
2727 with :
2828 # Fetch all history for all tags and branches
2929 fetch-depth : 0
9696 runs-on : ${{ matrix.os }}
9797 strategy :
9898 matrix :
99- go-version : [1.23 .x]
99+ go-version : [1.24 .x]
100100 os : [ubuntu-latest]
101101 steps :
102102 - name : " install golang"
@@ -105,7 +105,7 @@ jobs:
105105 go-version : ${{ matrix.go-version }}
106106 cache : false
107107 - name : " checkout code"
108- uses : actions/checkout@v4.1.1
108+ uses : actions/checkout@v4.2.2
109109 - name : " test JSON config files"
110110 run : |
111111 set -euxo pipefail
@@ -117,7 +117,7 @@ jobs:
117117 fail-fast : false
118118 # Run on linux and macos
119119 matrix :
120- go-version : [1.23 .x]
120+ go-version : [1.24 .x]
121121 os : [ubuntu-latest, macos-latest]
122122 runs-on : ${{ matrix.os }}
123123 steps :
@@ -127,7 +127,7 @@ jobs:
127127 go-version : ${{ matrix.go-version }}
128128 cache : false
129129 - name : " Checkout repository"
130- uses : actions/checkout@v4.1.1
130+ uses : actions/checkout@v4.2.2
131131 - if : ${{ matrix.os == 'ubuntu-latest' }}
132132 name : Install shellcheck on Ubuntu
133133 run : |
You can’t perform that action at this time.
0 commit comments