Skip to content

Commit

Permalink
fix: bump minimum supported Go version to 1.19 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Sep 22, 2023
1 parent 9c7b623 commit 4a28a78
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 86 deletions.
37 changes: 0 additions & 37 deletions .github/update_go.sh

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ jobs:
strategy:
matrix:
goarch: ["", "386"]
go-version: ["1.17", "1.21"]
go-version: ["1.19", "1.21"]
exclude:
- goarch: "386"
go-version: "1.17"
go-version: "1.19"
fail-fast: false
permissions:
contents: 'read'
Expand Down
3 changes: 0 additions & 3 deletions connect_tls_other.go → connect_tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !go1.17
// +build !go1.17

package cloudsqlconn

import (
Expand Down
44 changes: 0 additions & 44 deletions connect_tls_117.go

This file was deleted.

0 comments on commit 4a28a78

Please sign in to comment.