We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff4a65 commit 773456fCopy full SHA for 773456f
.github/workflows/breaking.yml
@@ -8,7 +8,7 @@ jobs:
8
gorelease:
9
strategy:
10
matrix:
11
- go-version: [ 1.17.x ]
+ go-version: [ 1.18.x ]
12
runs-on: ubuntu-latest
13
steps:
14
- name: Install Go
@@ -24,7 +24,7 @@ jobs:
24
~/go/bin/gorelease
25
key: ${{ runner.os }}-gorelease
26
- name: Install gorelease
27
- run: test -e ~/go/bin/gorelease || go install golang.org/x/exp/cmd/gorelease@v0.0.0-20220602145555-4a0574d9293f
+ run: test -e ~/go/bin/gorelease || go install golang.org/x/exp/cmd/gorelease@latest
28
- name: Install egrep
29
run: which egrep || apt install egrep
30
- name: Check API changes
0 commit comments