From 436e35109304762c177fd68dd7bc6d1e2d368648 Mon Sep 17 00:00:00 2001 From: shockerli Date: Tue, 18 Jul 2023 00:10:18 +0800 Subject: [PATCH] workflows add Go 1.18, latest --- .editorconfig | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5aaf2aa..2236102 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ indent_size = 2 indent_style = space trim_trailing_whitespace = true -[{Makefile, go.mod, go.sum, *.go}] +[{Makefile,go.mod,go.sum,*.go}] indent_size = 4 indent_style = tab diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f2e982d..580192f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - go-version: [ 1.13 ] + go-version: [ 1.13, 1.18, latest ] os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: