Skip to content

Commit

Permalink
use go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia Thet committed Mar 6, 2024
1 parent 314b4dc commit c0cea6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: 1.20
go-version: '1.21'

- name: Get
run: go get -v
Expand All @@ -25,7 +25,7 @@ jobs:
uses: golangci/[email protected]
with:
args: ./...
version: v1.53.2
version: v1.55.2

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tkhq/go-sdk

go 1.20
go 1.21

require (
github.com/go-openapi/errors v0.20.4
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.20.0
go 1.21.0

use (
.
Expand Down
2 changes: 1 addition & 1 deletion pkg/enclave_encrypt/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tkhq/go-sdk/pkg/enclave_encrypt

go 1.19
go 1.21

require (
github.com/cloudflare/circl v1.3.7
Expand Down

0 comments on commit c0cea6d

Please sign in to comment.