Skip to content

Commit

Permalink
DD-18: switched to the latest versions of the shared GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Mar 29, 2024
1 parent 886ae9d commit 893c7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
call-workflow-passing-data:
uses: cyverse-de/github-workflows/.github/workflows/go-build.yml@v0.0.10
uses: cyverse-de/github-workflows/.github/workflows/go-build.yml@v0.1.0
with:
build-prerelease: ${{ contains(github.ref_name, '-rc') }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
call-workflow-passing-data:
uses: cyverse-de/github-workflows/.github/workflows/golangci-lint.yml@v0.0.10
uses: cyverse-de/github-workflows/.github/workflows/golangci-lint.yml@v0.1.0
with:
go-version: 1.21

0 comments on commit 893c7a4

Please sign in to comment.