From f98b4c52bd545b7d3b5789314f8278b29546a02f Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 16 Aug 2024 11:35:18 -0700 Subject: [PATCH] Update: update CI to newest --- .circleci/config.yml | 2 +- .github/workflows/go.yml | 4 ++-- appveyor.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 544556f8..930c89f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: docker: # using custom image, see .circleci/images/primary/Dockerfile # - image: govgo/robotgoci:1.10.3 - - image: golang:1.22.0 + - image: golang:1.23.0 working_directory: /gopath/src/github.com/go-vgo/robotgo steps: - checkout diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 59655b42..6b1426c9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,10 +10,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - - name: Set up Go 1.22.0 + - name: Set up Go 1.23.0 uses: actions/setup-go@v1 with: - go-version: 1.22.0 + go-version: 1.23.0 id: go - name: Check out code into the Go module directory diff --git a/appveyor.yml b/appveyor.yml index ae1d56e9..d82094a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ environment: PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH% # - COMPILER: MINGW_W64 # ARCHITECTURE: x64 - GOVERSION: 1.22.0 + GOVERSION: 1.23.0 # GOPATH: c:\gopath # scripts that run after cloning repository