Skip to content

Commit

Permalink
chore: Upgrade Go to 1.22.0 and setup dependabot (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf authored Mar 19, 2024
1 parent cf5d0e3 commit 6f53ebf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ updates:
directory: "/"
schedule:
interval: "daily"
time: "13:00"
commit-message:
prefix: "chore: "
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "13:00"
commit-message:
prefix: "chore: "
- package-ecosystem: "github-actions"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.21.x
- name: Setup Go 1.22.x
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Run Helm Chart Golden Tests
run: go test -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 twingate-helm-charts

go 1.21
go 1.22

require (
github.com/gruntwork-io/terratest v0.46.8
Expand Down

0 comments on commit 6f53ebf

Please sign in to comment.