Skip to content

Commit

Permalink
chore: use go lang 1.21 #376 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan authored Jan 22, 2024
1 parent bac0e9c commit 93e44e9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: latest
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/apigee/apigeecli

go 1.20
go 1.21

require internal/apiclient v1.0.0

Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiu
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-github v17.0.0+incompatible h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY=
github.com/google/go-github v17.0.0+incompatible/go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
Expand Down
2 changes: 1 addition & 1 deletion internal/apiclient/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module apiclient

go 1.20
go 1.21
2 changes: 1 addition & 1 deletion internal/bundlegen/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module bundlegen

go 1.20
go 1.21
2 changes: 1 addition & 1 deletion internal/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module client

go 1.20
go 1.21
2 changes: 1 addition & 1 deletion internal/clilog/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module clilog

go 1.20
go 1.21

0 comments on commit 93e44e9

Please sign in to comment.