Skip to content

Commit

Permalink
update workflow #121
Browse files Browse the repository at this point in the history
  • Loading branch information
michimani committed Nov 9, 2023
1 parent f9398da commit 8d13327
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/onlytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ on:
- '**'
paths:
- '**.go'
- 'go.mod'
- 'go.sum'

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
- name: Set up Go 1.21
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
- name: Set up Go 1.21
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21

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

0 comments on commit 8d13327

Please sign in to comment.