Added Go 1.17 to version matrix
Some checks failed
Build the API (1.18)
Build the API (1.19)
Build the API (1.20)
Build the API (1.17)

This commit is contained in:
Profitroll 2023-04-14 14:35:46 +02:00
parent c6a1fc61b1
commit daba5228f8

View File

@ -6,7 +6,7 @@ jobs:
name: Build the API name: Build the API
strategy: strategy:
matrix: matrix:
go: [ '1.18', '1.19', '1.20' ] go: [ '1.17', '1.18', '1.19', '1.20' ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Go - name: Set up Go
@ -15,5 +15,5 @@ jobs:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
check-latest: true check-latest: true
cache: true cache: true
- name: Run Build - name: Run build
run: go build -ldflags "-s -w" run: go build -ldflags "-s -w"