Skip to content

Commit

Permalink
fix Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Nov 11, 2024
1 parent dbfbcad commit d8ea116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x,1.20.x, 1.22.x]
go-version: [1.19,1.20, 1.22.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ make start_nomad_compose
```
Once nomad agent has been started, the nomad UI can be accessed via http://localhost:4646

## Start NoaaS
### Start NoaaS API local

```bash
make dev
Expand Down

0 comments on commit d8ea116

Please sign in to comment.