File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
14- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
14+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
1515 with :
1616 go-version : stable
1717 - name : Calculate coverage
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
14- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
14+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
1515 with :
1616 go-version : stable
1717 - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
Original file line number Diff line number Diff line change 4646 - name : Set up testing dependencies
4747 run : sudo apt-get update && sudo apt-get -y install build-essential && sudo apt-get clean
4848 - name : Setup correct Go version
49- uses : actions/setup-go@v5
49+ uses : actions/setup-go@v6
5050 with :
51- go-version : ' 1.23 '
51+ go-version : ' 1.25 '
5252
5353 - name : Add dependency chart repos
5454 run : |
@@ -113,4 +113,4 @@ jobs:
113113 - name : Rerun failed jobs in the current workflow
114114 env :
115115 GH_TOKEN : ${{ secrets.GH_TOKEN }}
116- run : gh run rerun ${{ github.run_id }} --failed
116+ run : gh run rerun ${{ github.run_id }} --failed
You can’t perform that action at this time.
0 commit comments