Skip to content

Commit a970065

Browse files
authored
Merge pull request #13 from vcaesar/t-pr
Update: bump CI to the latest
2 parents b38f45c + 7008378 commit a970065

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
# name: build
66
strategy:
77
matrix:
8-
go: [1.20.x, 1.21.x]
8+
go: [1.21.x, 1.22.x]
99
os: [macOS-latest, windows-latest, ubuntu-latest]
1010
runs-on: ${{ matrix.os }}
1111

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
matrix:
1313
- GOARCH: amd64
1414
# - GOARCH: 386
15-
GOVERSION: 1.21.0
15+
GOVERSION: 1.22.0
1616
# GOPATH: c:\gopath
1717

1818
install:

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
jobs:
99
build:
1010
docker:
11-
- image: golang:1.21.0
11+
- image: golang:1.22.0
1212
working_directory: /gopath/src/github.com/vcaesar/tt
1313
steps:
1414
- checkout

0 commit comments

Comments
 (0)