Compare commits

..

1 Commits

Author SHA1 Message Date
0f4c946c2d
Adds Go workflow to run UTs on CI
All checks were successful
Go / build (1.21) (pull_request) Successful in 11s
Go / build (1.22) (pull_request) Successful in 11s
It nows builds and tests the project w/ Go 1.21 and 1.22.

Issue # 8
2024-06-25 22:15:45 +01:00

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go-version: [ '1.20', '1.21', '1.22.x' ] go-version: [ '1.21', '1.22' ]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4