File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Set up Go
17- uses : actions/setup-go@v3
17+ uses : actions/setup-go@v5
1818 with :
1919 go-version : 1.24.x
2020 id : go
2121
2222 - name : Checkout code
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : golangci-lint
26- uses : golangci/golangci-lint-action@v3
26+ uses : golangci/golangci-lint-action@v8
2727 with :
2828 version : v2.1
2929 args : --verbose --timeout 5m
@@ -39,13 +39,13 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Set up Go
42- uses : actions/setup-go@v3
42+ uses : actions/setup-go@v5
4343 with :
4444 go-version : 1.24.x
4545 id : go
4646
4747 - name : Checkout code
48- uses : actions/checkout@v3
48+ uses : actions/checkout@v4
4949
5050 - name : Run tests
5151 run : |
@@ -63,13 +63,13 @@ jobs:
6363
6464 steps :
6565 - name : Set up Go ${{ matrix.go-version }}
66- uses : actions/setup-go@v3
66+ uses : actions/setup-go@v5
6767 with :
6868 go-version : ${{ matrix.go-version }}
6969 id : go
7070
7171 - name : Checkout code
72- uses : actions/checkout@v3
72+ uses : actions/checkout@v4
7373
7474 - name : Build
7575 run : |
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616
1717 - name : Set up Go
18- uses : actions/setup-go@v3
18+ uses : actions/setup-go@v5
1919 with :
2020 go-version : 1.24.x
2121
You can’t perform that action at this time.
0 commit comments