Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Updated go 1.15 to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Manases-Leal committed Nov 17, 2022
1 parent ea451ed commit 887a722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16.x
- name: Import GPG key
id: import_gpg
uses: paultyng/[email protected]
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 coxautoinc.com/data-platform/kafka-manager

go 1.15
go 1.16

replace coxautoinc.com/data-platform/kafka-manager/client => ../client

Expand Down

0 comments on commit 887a722

Please sign in to comment.