Skip to content

Commit f98b4c5

Browse files
committed
Update: update CI to newest
1 parent d90493e commit f98b4c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
docker:
66
# using custom image, see .circleci/images/primary/Dockerfile
77
# - image: govgo/robotgoci:1.10.3
8-
- image: golang:1.22.0
8+
- image: golang:1.23.0
99
working_directory: /gopath/src/github.com/go-vgo/robotgo
1010
steps:
1111
- checkout

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:
13-
- name: Set up Go 1.22.0
13+
- name: Set up Go 1.23.0
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.22.0
16+
go-version: 1.23.0
1717
id: go
1818

1919
- name: Check out code into the Go module directory

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ environment:
3434
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
3535
# - COMPILER: MINGW_W64
3636
# ARCHITECTURE: x64
37-
GOVERSION: 1.22.0
37+
GOVERSION: 1.23.0
3838
# GOPATH: c:\gopath
3939

4040
# scripts that run after cloning repository

0 commit comments

Comments
 (0)