Skip to content

Commit

Permalink
vup
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Oct 24, 2023
1 parent 29206a7 commit c05138f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.7, 1.17.4]
go-version: [mode, dev-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v2
- uses: kevincobain2000/action-gobrew@v2
with:
go-version: ${{ matrix.go }}
- name: Test
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/rakutentech/go-alertnotification

go 1.15
go 1.21

require (
github.com/GitbookIO/diskache v0.0.0-20161028144708-bfb81bf58cb1
github.com/GitbookIO/syncgroup v0.0.0-20200915204659-4f0b2961ab10 // indirect
github.com/joho/godotenv v1.3.0
)

require github.com/GitbookIO/syncgroup v0.0.0-20200915204659-4f0b2961ab10 // indirect

0 comments on commit c05138f

Please sign in to comment.