Skip to content

Commit

Permalink
Fix CI on linux and macOS (#39)
Browse files Browse the repository at this point in the history
* Update module name

* Fix CI

* .

* .

* .
  • Loading branch information
feedmeapples committed Dec 1, 2022
1 parent cac6242 commit 45205c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Print build information
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}"

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3.0.0
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
check-latest: true
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3.0.0
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version-file: "go.mod"
check-latest: true

- name: Get build date
id: date
Expand Down

0 comments on commit 45205c4

Please sign in to comment.