Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,5 @@ updates:
schedule:
interval: daily
time: "01:35"
labels:
- dependencies
- package-ecosystem: gomod
directory: "/tests/starship"
schedule:
interval: daily
time: "01:55"
labels:
- dependencies
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
check-latest: true

- name: Extract Docker metadata
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
check-latest: true
- name: Build demo app artifact
run: make build-linux-static
Expand All @@ -35,4 +35,3 @@ jobs:
body_path: RELEASE_NOTES.md
files: |
demo/build/*
tests/e2e/build/*
67 changes: 0 additions & 67 deletions .github/workflows/starship-e2e-tests.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: "^1.20"
go-version: "^1.21"
- name: Display go version
run: go version
- name: Run all tests
Expand All @@ -46,3 +46,6 @@ jobs:
- name: Build demo app # to ensure everything compiles
if: env.GIT_DIFF
run: make build
- name: Build demo app # execute all tests
if: env.GIT_DIFF
run: make test
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ vendor/

# Go workspace file
coverage.txt

demo/build/