diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 298f6b8..8e0a7e3 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -6,14 +6,14 @@ jobs: name: Build the API strategy: matrix: - go: [ '1.18', '1.19', '1.20' ] + go: [ '1.17', '1.18', '1.19', '1.20' ] steps: - uses: actions/checkout@v3 - - name: Setup Go + - name: Set up Go uses: actions/setup-go@v3 with: go-version: ${{ matrix.go }} check-latest: true cache: true - - name: Run Build + - name: Run build run: go build -ldflags "-s -w" \ No newline at end of file