Skip to content

Commit

Permalink
update workflow files for version and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
1414C committed Mar 27, 2024
1 parent 0b7128e commit 24aa6c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/jiffy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.22
id: go

- name: Check out code into the Go module directory
Expand All @@ -28,6 +28,9 @@ jobs:
dep ensure
fi
- name: Tidy
run: go mod tidy

- name: Install pkger
run: go install github.com/markbates/pkger

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.22
id: go

- name: Check out code into go module directory
Expand All @@ -31,6 +31,9 @@ jobs:
dep ensure
fi
- name: Tidy
run: go mod tidy

- name: Install pkger
run: go install github.com/markbates/pkger

Expand Down

0 comments on commit 24aa6c0

Please sign in to comment.