File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Set up Go
21- uses : actions/setup-go@v2
21+ uses : actions/setup-go@v5
2222 with :
2323 go-version : ${{ matrix.go-version }}
2424
2525 - name : Checkout code
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727
2828 - name : Test
2929 run : go test ./...
@@ -42,12 +42,12 @@ jobs:
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Set up Go
45- uses : actions/setup-go@v2
45+ uses : actions/setup-go@v5
4646 with :
4747 go-version : stable
4848
4949 - name : Checkout code
50- uses : actions/checkout@v2
50+ uses : actions/checkout@v4
5151
5252 - name : fmt
5353 run : diff <(gofmt -d .) <(printf "")
Original file line number Diff line number Diff line change 1717 go-version : [ stable ]
1818 steps :
1919 - name : Check out code into the Go module directory
20- uses : actions/checkout@v3
21- - uses : actions/setup-go@v3
20+ uses : actions/checkout@v4
21+ - uses : actions/setup-go@v5
2222 with :
2323 go-version : ${{ matrix.go-version }}
2424 check-latest : true
You can’t perform that action at this time.
0 commit comments