forked from dexidp/dex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dexidp#2844 from deckhouse/makefile-refactoring
feat: Bump dependencies and Makefile refactoring
- Loading branch information
Showing
12 changed files
with
290 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,22 +64,28 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.19 | ||
go-version: "1.20" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Download tool dependencies | ||
run: make deps | ||
|
||
# Ensure that generated files were committed. | ||
# It can help us determine, that the code is in the intermediate state, which should not be tested. | ||
# Thus, heavy jobs like creating a kind cluster and testing / linting will be skipped. | ||
- name: Verify | ||
run: make verify | ||
|
||
- name: Start services | ||
run: docker-compose -f docker-compose.test.yaml up -d | ||
|
||
- name: Create kind cluster | ||
uses: helm/[email protected] | ||
with: | ||
version: v0.11.1 | ||
node_image: kindest/node:v1.19.11@sha256:07db187ae84b4b7de440a73886f008cf903fcf5764ba8106a9fd5243d6f32729 | ||
|
||
- name: Download tool dependencies | ||
run: make deps | ||
version: "v0.17.0" | ||
node_image: "kindest/node:v1.25.3@sha256:cd248d1438192f7814fbca8fede13cfe5b9918746dfa12583976158a834fd5c5" | ||
|
||
- name: Test | ||
run: make testall | ||
|
@@ -123,7 +129,3 @@ jobs: | |
|
||
- name: Lint | ||
run: make lint | ||
|
||
# Ensure that generated files were committed. | ||
- name: Verify | ||
run: make verify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.