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 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : " Checkout code"
12
- uses : actions/checkout@v4.1.1
12
+ uses : actions/checkout@v4.2.2
13
13
with :
14
14
# Fetch all history for all tags and branches
15
15
fetch-depth : 0
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : " Checkout code"
15
- uses : actions/checkout@v4.1.1
15
+ uses : actions/checkout@v4.2.2
16
16
with :
17
17
# Fetch all history for all tags and branches
18
18
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
strategy :
16
16
matrix :
17
- go-version : [1.23 .x]
17
+ go-version : [1.24 .x]
18
18
os : [ubuntu-latest]
19
19
steps :
20
20
- name : " install golang"
23
23
go-version : ${{ matrix.go-version }}
24
24
cache : false
25
25
- name : " checkout code"
26
- uses : actions/checkout@v4.1.1
26
+ uses : actions/checkout@v4.2.2
27
27
with :
28
28
# Fetch all history for all tags and branches
29
29
fetch-depth : 0
96
96
runs-on : ${{ matrix.os }}
97
97
strategy :
98
98
matrix :
99
- go-version : [1.23 .x]
99
+ go-version : [1.24 .x]
100
100
os : [ubuntu-latest]
101
101
steps :
102
102
- name : " install golang"
@@ -105,7 +105,7 @@ jobs:
105
105
go-version : ${{ matrix.go-version }}
106
106
cache : false
107
107
- name : " checkout code"
108
- uses : actions/checkout@v4.1.1
108
+ uses : actions/checkout@v4.2.2
109
109
- name : " test JSON config files"
110
110
run : |
111
111
set -euxo pipefail
@@ -117,7 +117,7 @@ jobs:
117
117
fail-fast : false
118
118
# Run on linux and macos
119
119
matrix :
120
- go-version : [1.23 .x]
120
+ go-version : [1.24 .x]
121
121
os : [ubuntu-latest, macos-latest]
122
122
runs-on : ${{ matrix.os }}
123
123
steps :
@@ -127,7 +127,7 @@ jobs:
127
127
go-version : ${{ matrix.go-version }}
128
128
cache : false
129
129
- name : " Checkout repository"
130
- uses : actions/checkout@v4.1.1
130
+ uses : actions/checkout@v4.2.2
131
131
- if : ${{ matrix.os == 'ubuntu-latest' }}
132
132
name : Install shellcheck on Ubuntu
133
133
run : |
You can’t perform that action at this time.
0 commit comments