Skip to content

Commit

Permalink
build: Bump workflows Go versions
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Dec 28, 2024
1 parent 8edf503 commit e0fda4d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
on: [push, pull_request]
name: Test

permissions:
contents: read
on:
push:
pull_request:

permissions: {}

jobs:
version-matrix:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
go-version: [1.21.x, 1.22.x, 1.23.x]
platform: [ubuntu-latest, macos-latest, windows-latest]

permissions:
contents: read

runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down

0 comments on commit e0fda4d

Please sign in to comment.