Skip to content

Commit

Permalink
updated test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Aug 6, 2024
1 parent 99729f5 commit 3ffe263
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.19" ]
go-version: [ "1.21" ]
runs-on: ${{ matrix.os }}
steps:
-
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- name: checkout
uses: actions/checkout@v3
- name: measure coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
-
name: set up CycloneDX
uses: CycloneDX/gh-gomod-generate-sbom@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.19" ]
go-version: [ "1.21" ]
runs-on: ${{ matrix.os }}
steps:
-
Expand Down

0 comments on commit 3ffe263

Please sign in to comment.