We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3f633 commit 60d2bd7Copy full SHA for 60d2bd7
1 file changed
.github/workflows/cyber.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
strategy:
16
matrix:
17
- go-version: [1.14, 1.15, 1.16]
+ go-version: [1.16]
18
os: [ubuntu-latest, macos-latest]
19
runs-on: ${{ matrix.os }}
20
steps:
@@ -47,7 +47,7 @@ jobs:
47
# Autoreleaser https://goreleaser.com/ci/actions/
48
# it MAY need secrets! more: https://docs.github.com/en/actions/reference/encrypted-secrets
49
- name: Run GoReleaser
50
- uses: goreleaser/goreleaser-action@2
+ uses: goreleaser/goreleaser-action@v2
51
#if: success() && startswith(github.ref, 'refs/tags/')
52
with:
53
version: latest
0 commit comments