Skip to content

Commit 4ea6b2b

Browse files
committed
updated go version and go.yml
1 parent 48a714f commit 4ea6b2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.22', '1.21', '1.20', '1.19', '1.18' ]
15+
go: [ '1.23', '1.22', '1.21', '1.20', '1.19' ]
1616
steps:
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/unidoc/unidoc-examples
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
cloud.google.com/go/kms v1.10.1

0 commit comments

Comments
 (0)