Skip to content

Commit

Permalink
[master] Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
risentveber committed Apr 24, 2021
1 parent 578e453 commit b69f64c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
- name: download-dylibs
Expand All @@ -38,5 +38,4 @@ jobs:
env:
CGO_LDFLAGS: '-L/tmp/ -lton_client'
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.37
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TON SDK client Golang

[![TON-SDK](https://img.shields.io/badge/TON_SDK-1.12.0-green.svg)](https://github.com/tonlabs/TON-SDK/tree/1.12.0)
[![TON-SDK](https://img.shields.io/badge/TON_SDK-1.13.0-green.svg)](https://github.com/tonlabs/TON-SDK/tree/1.13.0)
[![TON local-node docker image](https://img.shields.io/badge/TON_version-0.24.11-green.svg)](https://hub.docker.com/layers/tonlabs/local-node/0.24.8/images/sha256-62239cb2b215cbca7e8792812e27fa293727cfd8b17d3e58523c8a15a3673504?context=explore)
[![Chat Telegram](https://img.shields.io/badge/chat-Telegram-9cf.svg)](https://t.me/RADIANCE_TON_SDK)
[![Documentation](https://godoc.org/github.com/radianceteam/ton-client-go/client?status.svg)](https://godoc.org/github.com/radianceteam/ton-client-go/client)
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks:
- goimports -w ./client/*.gen.go
- golangci-lint run --fix ./client/
download_sdk:
desk: "Downloads SDK"
desc: "Downloads SDK"
cmds:
- rm -rf ./tmp/libton_client.*
- wget https://binaries.tonlabs.io/tonclient_1_{{OS}}.gz -O ./tmp/libton_client.{{if eq OS "darwin"}}dylib{{else}}so{{end}}.gz
Expand Down

0 comments on commit b69f64c

Please sign in to comment.