Skip to content

Commit cedcbf9

Browse files
authored
Merge pull request #93 from AkihiroSuda/dev
CI: update Go
2 parents d8b7f3b + 412c033 commit cedcbf9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
main:
1010
strategy:
1111
matrix:
12-
go-version: [1.20.x, 1.21.x]
12+
go-version: [1.22.x, 1.23.x]
1313
platform: [ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.platform }}
1515
steps:

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ on:
44
tags:
55
- 'v*'
66
- 'test-action-release-*'
7-
env:
8-
GO111MODULE: on
97
jobs:
108
release:
119
strategy:
1210
matrix:
13-
go-version: [1.21.x]
11+
go-version: [1.23.x]
1412
os: [ubuntu-22.04]
1513
runs-on: ${{ matrix.os }}
1614
timeout-minutes: 20

0 commit comments

Comments
 (0)