Skip to content

Commit

Permalink
Adding more Go version in action matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Nov 11, 2024
1 parent 9e7a1d9 commit dbfbcad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: noaas-go-ci

on: [push]
on:
push:
workflow_dispatch:

jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.19.x,1.20.x, 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 @@ -5,7 +5,7 @@
## Requirements

- Nomad agent available https://developer.hashicorp.com/nomad/docs/install
- Golang 1.20+ (tested on 1.22)
- Golang 1.19+ recommended (tested on 1.19,1.20,1.22) https://go.dev/doc/install
- Docker (optional, to use Nomad dockerized)

## Get Started
Expand Down

0 comments on commit dbfbcad

Please sign in to comment.