Skip to content

Commit 45205c4

Browse files
authored
Fix CI on linux and macOS (#39)
* Update module name * Fix CI * . * . * .
1 parent cac6242 commit 45205c4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Print build information
1818
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}"
1919

20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v3.0.0
23+
uses: actions/setup-go@v3
2424
with:
2525
go-version-file: "go.mod"
2626
check-latest: true

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v3.0.0
17+
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.19
19+
go-version-file: "go.mod"
20+
check-latest: true
2021

2122
- name: Get build date
2223
id: date

0 commit comments

Comments
 (0)