Skip to content

Commit

Permalink
Merge pull request #429 from DopplerHQ/go-1.21
Browse files Browse the repository at this point in the history
chore: upgrade to go 1.21
  • Loading branch information
Piccirello authored Sep 8, 2023
2 parents e0a2bf0 + b9f545f commit 7aef471
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
check-latest: true
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
check-latest: true
- name: Checkout
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
check-latest: true
- name: Checkout
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
check-latest: true
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
check-latest: true
- name: Install dependencies
run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends expect jq
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
check-latest: true
- name: Checkout
uses: actions/checkout@v1
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/DopplerHQ/cli

go 1.19
go 1.21

require (
github.com/AlecAivazis/survey/v2 v2.3.6
Expand Down
2 changes: 1 addition & 1 deletion salus-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ enforced_scanners: "all"
scanner_configs:
GoVersionScanner:
error:
min_version: '1.18.0'
min_version: '1.21.0'

0 comments on commit 7aef471

Please sign in to comment.