Skip to content

Commit

Permalink
Update workflows to go-auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Apr 19, 2024
1 parent 259ee23 commit 908179b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: 'Setup Go'
uses: actions/setup-go@v4
with:
go-version-file: go.mod
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Get dependencies
run: |
go mod download
Expand Down Expand Up @@ -64,15 +64,15 @@ jobs:
- "1.4.0"
- "1.5.0"
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: 'Setup Go'
uses: actions/setup-go@v4
with:
go-version-file: go.mod
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Get dependencies
run: |
make deps
Expand Down

0 comments on commit 908179b

Please sign in to comment.