From 58d5e94add1ca793f1257c79b7938753862d624d Mon Sep 17 00:00:00 2001 From: Kamal Nasser Date: Tue, 20 Sep 2022 02:23:13 +0300 Subject: [PATCH] update CI for go 1.18 & 1.19 --- .github/workflows/ci.yml | 2 +- tags.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfcae80f..80b768b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.17.x, 1.18.x ] + go-version: [ 1.18.x, 1.19.x ] os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: diff --git a/tags.go b/tags.go index 8715f148..a19a4b0c 100644 --- a/tags.go +++ b/tags.go @@ -95,7 +95,7 @@ type Tag struct { Resources *TaggedResources `json:"resources,omitempty"` } -//TagCreateRequest represents the JSON structure of a request of that type. +// TagCreateRequest represents the JSON structure of a request of that type. type TagCreateRequest struct { Name string `json:"name"` }