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 fe44406 commit 389c1b3Copy full SHA for 389c1b3
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
test:
8
strategy:
9
matrix:
10
- go-version: [1.21.x, 1.22.x]
+ go-version: [1.23.x, 1.24.x]
11
platform: [ubuntu-latest, macos-latest, windows-latest]
12
runs-on: ${{ matrix.platform }}
13
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/bep/imagemeta
2
3
-go 1.18
+go 1.23
4
5
require (
6
github.com/frankban/quicktest v1.14.5
0 commit comments