File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
run : echo "GO_VERSION=$(cat .tool-versions | grep -oP 'golang \K((\w+.)+\w+)')" >> $GITHUB_ENV
14
14
- name : Get golangci-lint version from .tool-versions
15
15
run : echo "GOLANGCI_LINT_VERSION=$(cat .tool-versions | grep -oP 'golangci-lint \K((\w+.)+\w+)')" >> $GITHUB_ENV
16
- - uses : actions/setup-go@v4
16
+ - uses : actions/setup-go@v5
17
17
with :
18
18
go-version : ' ${{ env.GO_VERSION }}'
19
19
- name : golangci-lint
Original file line number Diff line number Diff line change 18
18
- run : git fetch --force --tags
19
19
- name : Get Go version from .tool-versions
20
20
run : echo "GO_VERSION=$(cat .tool-versions | grep -oP 'golang \K((\w+.)+\w+)')" >> $GITHUB_ENV
21
- - uses : actions/setup-go@v4
21
+ - uses : actions/setup-go@v5
22
22
with :
23
23
go-version : ' ${{ env.GO_VERSION }}'
24
24
- name : Get nfpm version from .tool-versions
You can’t perform that action at this time.
0 commit comments