1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00

Bump minimum Go version to 1.13 (#169)

This commit is contained in:
Tobias Klauser 2022-05-30 12:03:16 +02:00 committed by GitHub
parent 33938f8089
commit 72a03a3c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ jobs:
test:
strategy:
matrix:
# Minimum supported version (1.12) and the latest two
go-version: [1.12, 1.17, 1.18]
# Minimum supported version (1.13) and the latest two
go-version: [1.13, 1.17, 1.18]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/google/gops
go 1.12
go 1.13
require (
github.com/go-ole/go-ole v1.2.6-0.20210915003542-8b1f7f90f6b1 // indirect