From 893c7a4db87680d1bdf4e76e338efb662bfefd04 Mon Sep 17 00:00:00 2001 From: Sarah Roberts Date: Thu, 28 Mar 2024 17:59:35 -0700 Subject: [PATCH] DD-18: switched to the latest versions of the shared GitHub workflows --- .github/workflows/go-build.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 15bf3aa..1e5f694 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -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: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index af402e3..e96f929 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -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