Skip to content

Commit

Permalink
circleci: Test with go 1.17 (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
mrueg committed Jan 6, 2022
1 parent f57586d commit 00591a3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -93,12 +93,12 @@ workflows:
name: go-<< matrix.go_version >>
matrix:
parameters:
go_version: ["1.13", "1.14", "1.15", "1.16"]
go_version: ["1.13", "1.14", "1.15", "1.16", "1.17"]
- test-assets:
name: assets-go-<< matrix.go_version >>
matrix:
parameters:
go_version: ["1.16"]
go_version: ["1.17"]
- style:
name: style
go_version: "1.16"
go_version: "1.17"
1 change: 1 addition & 0 deletions config/config_test.go
Expand Up @@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build go1.8
// +build go1.8

package config
Expand Down
1 change: 1 addition & 0 deletions config/http_config.go
Expand Up @@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build go1.8
// +build go1.8

package config
Expand Down
1 change: 1 addition & 0 deletions config/http_config_test.go
Expand Up @@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build go1.8
// +build go1.8

package config
Expand Down
1 change: 1 addition & 0 deletions config/tls_config_test.go
Expand Up @@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build go1.8
// +build go1.8

package config
Expand Down
1 change: 1 addition & 0 deletions expfmt/fuzz.go
Expand Up @@ -12,6 +12,7 @@
// limitations under the License.

// Build only when actually fuzzing
//go:build gofuzz
// +build gofuzz

package expfmt
Expand Down

0 comments on commit 00591a3

Please sign in to comment.