Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #115 from kintone-labs/v0.14.1_SSR-2624
Browse files Browse the repository at this point in the history
v01.4.1_SSR-2624 Upgrade go version from 1.15.7 to 1.15.15
  • Loading branch information
nmanhit authored Oct 4, 2022
2 parents d791427 + a7ae51f commit 84060bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.7'
go-version: '1.15.15'
- name: Preparation
run: |
go vet -x ./...
Expand Down
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cli-kintone is a command line utility for exporting and importing kintone App da

## Version

0.14.0
0.14.1

## Downloads

Expand Down Expand Up @@ -149,7 +149,7 @@ printf "name,age\nJohn,37\nJane,29" | cli-kintone --import -a <APP_ID> -d <FQDN>
Requirement
- Go 1.15.7
- Go 1.15.15
- Git and Mercurial to be able to clone the packages
[Mac OS X/Linux](./docs/BuildForMacLinux.md)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
const NAME = "cli-kintone"

// VERSION of this package
const VERSION = "0.14.0"
const VERSION = "0.14.1"

// IMPORT_ROW_LIMIT The maximum row will be import
const IMPORT_ROW_LIMIT = 100
Expand Down

0 comments on commit 84060bb

Please sign in to comment.