File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 run : sudo apt-get install libsystemd-dev
2929 - uses : actions/checkout@v3
3030 - name : Setup go
31- uses : actions/setup-go@v1
31+ uses : actions/setup-go@v4
3232 with :
3333 go-version : ${{ env['GO_TOOLCHAIN'] }}
3434 - name : Go build (source)
Original file line number Diff line number Diff line change 2525 run : sudo apt-get install libsystemd-dev
2626 - uses : actions/checkout@v3
2727 - name : Setup go
28- uses : actions/setup-go@v3
28+ uses : actions/setup-go@v4
2929 with :
3030 go-version : ${{ matrix.go }}
3131 - name : Go fmt
4545 run : sudo apt-get install libsystemd-dev
4646 - uses : actions/checkout@v3
4747 - name : Setup go
48- uses : actions/setup-go@v3
48+ uses : actions/setup-go@v4
4949 with :
5050 go-version : ${{ env['ACTION_MINIMUM_TOOLCHAIN'] }}
5151 - name : Go fmt
You can’t perform that action at this time.
0 commit comments