From 74779f2db54386a6cfc62af1e9e7744ec3e45e38 Mon Sep 17 00:00:00 2001 From: Norbert Biczo Date: Thu, 17 Aug 2023 14:34:32 +0200 Subject: [PATCH] build: bump go versions Signed-off-by: Norbert Biczo --- .travis.yml | 4 ++-- README.md | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce5aea4..c58face 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ language: go dist: jammy go: -- '1.18.x' - '1.19.x' - '1.20.x' +- '1.21.x' notifications: email: false @@ -39,5 +39,5 @@ deploy: script: npm run semantic-release skip_cleanup: true on: - go: '1.18.x' + go: '1.19.x' branch: main diff --git a/README.md b/README.md index 5d67a18..77fe1fa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ go get -u github.com/IBM/go-sdk-core/... ``` ## Prerequisites -- Go version 1.18 or newer +- Go version 1.19 or newer ## Authentication The go-sdk-core project supports the following types of authentication: diff --git a/go.mod b/go.mod index 91c5467..b3e9ab7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/IBM/go-sdk-core/v5 -go 1.18 +go 1.19 require ( github.com/go-openapi/strfmt v0.21.5