Skip to content

Commit

Permalink
Pinning go version 1.20 which is the same used to release
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Macedo <[email protected]>
  • Loading branch information
camilamacedo86 committed Mar 22, 2024
1 parent 4862d8d commit 8c4f7e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.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@v5
with:
go-version: '~1.19'
go-version: '~1.20'

- name: Build All Binaries
run: make build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.19'
go-version: '~1.20'
- name: Clone the code
uses: actions/checkout@v4
- name: Install linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.19'
go-version: '~1.20'
- name: Clone the code
uses: actions/checkout@v4
- name: Setup test deps
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/foundriesio/fioctl

go 1.19
go 1.20

require (
cloud.google.com/go/pubsub v1.36.1
Expand Down

0 comments on commit 8c4f7e7

Please sign in to comment.