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 0a963f6 commit 666ffbeCopy full SHA for 666ffbe
.github/workflows/defaults.yaml
@@ -7,7 +7,7 @@ jobs:
7
- name: Checkout
8
uses: actions/checkout@v3
9
- name: Setup go env
10
- uses: actions/setup-go@v3.5.0
+ uses: actions/setup-go@v5.0.1
11
with:
12
go-version: '1.16'
13
- name: Run tests
@@ -23,7 +23,7 @@ jobs:
23
24
fetch-depth: 0
25
26
27
28
29
- name: Release new package on tag
.github/workflows/pull-request.yml
0 commit comments