Skip to content

Commit

Permalink
Merge pull request #135 from grafana/jvp/update-github-actions
Browse files Browse the repository at this point in the history
chore: update github actions
  • Loading branch information
jesusvazquez authored Mar 14, 2024
2 parents 4034a5f + 294d997 commit 283879f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
repository-projects: read

env:
DEFAULT_GO_VERSION: 1.20.5
DEFAULT_GO_VERSION: 1.21.8

name: Build Artifacts
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ permissions:
repository-projects: read

env:
DEFAULT_GO_VERSION: 1.20.5
DEFAULT_GO_VERSION: 1.21.8

name: Run Release Please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: go
Expand Down

0 comments on commit 283879f

Please sign in to comment.