Skip to content

Commit b38f45c

Browse files
authored
Merge pull request #12 from vcaesar/t-pr
Update: bump CI
2 parents ca450a6 + e41713c commit b38f45c

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.19.x, 1.20.x]
8+
go: [1.20.x, 1.21.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.20.1
15+
GOVERSION: 1.21.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.20.1
11+
- image: golang:1.21.0
1212
working_directory: /gopath/src/github.com/vcaesar/tt
1313
steps:
1414
- checkout

0 commit comments

Comments
 (0)