We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777749a commit 0308cc2Copy full SHA for 0308cc2
.github/workflows/test.yml
@@ -4,12 +4,12 @@ jobs:
4
test-nocache:
5
strategy:
6
matrix:
7
- go-version: [1.20.x, 1.21.x]
+ go-version: [1.22.x, 1.23.x]
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: actions/setup-go@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-go@v5
13
with:
14
go-version: ${{ matrix.go-version }}
15
cache: false
@@ -18,8 +18,8 @@ jobs:
18
test-cache:
19
runs-on: ubuntu-latest
20
21
22
23
24
- go-version: 1.21.x
+ go-version: 1.23.x
25
- run: go test ./...
README.md
@@ -13,14 +13,14 @@ jobs:
test:
16
- go-version: [1.21.x, 1.22.x]
17
- uses: actions/setup-go@v5
- - uses: actions/checkout@v4
```
26
@@ -180,7 +180,7 @@ jobs:
180
run:
181
working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
182
183
184
185
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
186
go.mod
@@ -1,6 +1,6 @@
1
module mod.test/actions
2
3
-go 1.20
+go 1.22
require rsc.io/quote v1.5.2
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments