Skip to content

Commit 00591a3

Browse files
authored
circleci: Test with go 1.17 (#347)
Signed-off-by: Manuel Rüger <[email protected]>
1 parent f57586d commit 00591a3

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ workflows:
9393
name: go-<< matrix.go_version >>
9494
matrix:
9595
parameters:
96-
go_version: ["1.13", "1.14", "1.15", "1.16"]
96+
go_version: ["1.13", "1.14", "1.15", "1.16", "1.17"]
9797
- test-assets:
9898
name: assets-go-<< matrix.go_version >>
9999
matrix:
100100
parameters:
101-
go_version: ["1.16"]
101+
go_version: ["1.17"]
102102
- style:
103103
name: style
104-
go_version: "1.16"
104+
go_version: "1.17"

config/config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14+
//go:build go1.8
1415
// +build go1.8
1516

1617
package config

config/http_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14+
//go:build go1.8
1415
// +build go1.8
1516

1617
package config

config/http_config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14+
//go:build go1.8
1415
// +build go1.8
1516

1617
package config

config/tls_config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14+
//go:build go1.8
1415
// +build go1.8
1516

1617
package config

expfmt/fuzz.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// limitations under the License.
1313

1414
// Build only when actually fuzzing
15+
//go:build gofuzz
1516
// +build gofuzz
1617

1718
package expfmt

0 commit comments

Comments
 (0)