Skip to content

Commit

Permalink
CI: update actions and Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drakkan committed Feb 9, 2024
1 parent 22452ea commit bae544b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Expand Up @@ -12,16 +12,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [1.19, 1.18]
go: ['1.22', '1.21']
exclude:
- os: macos-latest
go: 1.18
go: '1.21'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
dry-run: false
language: go
- name: Upload Crash
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
Expand Down

0 comments on commit bae544b

Please sign in to comment.