File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Set up Go
13- uses : actions/setup-go@v2
13+ uses : actions/setup-go@v5
1414 with :
1515 go-version : 1.20.x
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
2020 - name : Cache-Go
21- uses : actions/cache@v1
21+ uses : actions/cache@v4
2222 with :
2323 path : |
2424 ~/go/pkg/mod # Module download cache
3030 - name : Test
3131 run : go test ./...
3232 - name : Run GoReleaser
33- uses : goreleaser/goreleaser-action@v5
33+ uses : goreleaser/goreleaser-action@v6
3434 with :
3535 distribution : goreleaser
3636 version : latest
Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}
1010 steps :
1111 - name : Install Go
12- uses : actions/setup-go@v2
12+ uses : actions/setup-go@v5
1313 with :
1414 go-version : ${{ matrix.go-version }}
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 - name : Cache-Go
18- uses : actions/cache@v1
18+ uses : actions/cache@v4
1919 with :
2020 path : |
2121 ~/go/pkg/mod # Module download cache
You can’t perform that action at this time.
0 commit comments