Skip to content

Commit

Permalink
Merge pull request #93 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
CI: update Go
  • Loading branch information
jandubois authored Dec 12, 2024
2 parents d8b7f3b + 412c033 commit cedcbf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
main:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.22.x, 1.23.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on:
tags:
- 'v*'
- 'test-action-release-*'
env:
GO111MODULE: on
jobs:
release:
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.23.x]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
Expand Down

0 comments on commit cedcbf9

Please sign in to comment.