Skip to content

Commit

Permalink
update go for actions and testing the actions
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Oct 21, 2024
1 parent 6c4a550 commit 79991ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-setup-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
go_version:
- '1.20'
- '1.21'
- '1.22'
- '1.23'
name: Try to install release-notes with go ${{ matrix.go_version }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-setup-zeitgeist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
go_version:
- '1.21'
- '1.22'
- '1.23'
name: Try to install zeitgeist with go ${{ matrix.go_version }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down
2 changes: 1 addition & 1 deletion publish-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v3.3.0
if: ${{ inputs.publish-release-version == 'main' }}
with:
go-version: '1.22'
go-version: '1.23'
check-latest: true
cache: false

Expand Down
2 changes: 1 addition & 1 deletion setup-release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:

- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.21'
go-version: '1.23'
check-latest: true

- shell: bash
Expand Down

0 comments on commit 79991ed

Please sign in to comment.