We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac6242 commit 45205c4Copy full SHA for 45205c4
2 files changed
.github/workflows/ci.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Print build information
18
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}"
19
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
22
- name: Set up Go
23
- uses: actions/setup-go@v3.0.0
+ uses: actions/setup-go@v3
24
with:
25
go-version-file: "go.mod"
26
check-latest: true
.github/workflows/goreleaser.yml
@@ -14,9 +14,10 @@ jobs:
14
fetch-depth: 0
15
16
- go-version: 1.19
+ go-version-file: "go.mod"
+ check-latest: true
- name: Get build date
id: date
0 commit comments