File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121
2222 - name : Setup Go
23- uses : actions/setup-go@v4
23+ uses : actions/setup-go@v5
2424 with :
2525 go-version-file : ' go.mod'
2626
@@ -59,14 +59,14 @@ jobs:
5959 - uses : actions/checkout@v4
6060
6161 - name : Setup Go
62- uses : actions/setup-go@v4
62+ uses : actions/setup-go@v5
6363 with :
6464 go-version-file : ' go.mod'
6565
6666 - name : Build
6767 run : CGO_ENABLED=0 ${{ matrix.go-env.env }} go build -o out/
6868
69- - uses : actions/upload-artifact@v3
69+ - uses : actions/upload-artifact@v4
7070 with :
7171 name : ${{ matrix.go-env.name }}
7272 path : out/**/*
@@ -77,11 +77,11 @@ jobs:
7777 - uses : actions/checkout@v4
7878
7979 - name : Setup Go
80- uses : actions/setup-go@v4
80+ uses : actions/setup-go@v5
8181 with :
8282 go-version-file : ' go.mod'
8383
8484 - name : Run golangci-lint
85- uses : golangci/golangci-lint-action@v3
85+ uses : golangci/golangci-lint-action@v6
8686 with :
8787 version : ${{ env.golangci_lint_version }}
You can’t perform that action at this time.
0 commit comments