Skip to content

Commit

Permalink
update rest snapshot models, add FMV data types and new feed urls for…
Browse files Browse the repository at this point in the history
… websockets (#356)

Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
aitzkovitz and actions-user authored Oct 25, 2023
1 parent a9c923c commit 9588ed0
Show file tree
Hide file tree
Showing 14 changed files with 2,163 additions and 763 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.20.x]
go-version: [1.21.x]
name: golangci-lint
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.21.x
- uses: actions/checkout@v2
with:
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.18.x, 1.19.x, 1.20.x]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
name: go-test
runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading

0 comments on commit 9588ed0

Please sign in to comment.