File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313 with :
1414 fetch-depth : 2
15- - uses : actions/setup-go@v3
15+ - uses : actions/setup-go@v5
1616 with :
1717 go-version : ' 1.21'
1818 - name : Run coverage
Original file line number Diff line number Diff line change 1818 run : echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
1919
2020 - name : Set up Go
21- uses : actions/setup-go@v3
21+ uses : actions/setup-go@v5
2222 with :
2323 go-version : ' 1.21'
2424
3636 - goreleaser
3737 steps :
3838 - name : Install Go
39- uses : actions/setup-go@v3
39+ uses : actions/setup-go@v5
4040 with :
4141 go-version : ' 1.21'
4242 - name : Install pnpm
Original file line number Diff line number Diff line change 1313 runs-on : ${{ matrix.platform }}
1414 steps :
1515 - name : Install Go
16- uses : actions/setup-go@v3
16+ uses : actions/setup-go@v5
1717 with :
1818 go-version : ${{ matrix.go-version }}
1919 - name : Set git to use LF to avoid problem with goldens on windows
3737 runs-on : ${{ matrix.platform }}
3838 steps :
3939 - name : Install Go
40- uses : actions/setup-go@v3
40+ uses : actions/setup-go@v5
4141 with :
4242 go-version : ${{ matrix.go-version }}
4343 - name : Checkout
Original file line number Diff line number Diff line change 1313 runs-on : ${{ matrix.platform }}
1414 steps :
1515 - name : Install Go
16- uses : actions/setup-go@v3
16+ uses : actions/setup-go@v5
1717 with :
1818 go-version : ${{ matrix.go-version }}
1919 - name : Install pnpm
You can’t perform that action at this time.
0 commit comments