Skip to content

Commit 45012f4

Browse files
authored
Add go 1.22 to unit tests (#344)
1 parent aca294c commit 45012f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
go-version: ["1.21", stable]
35+
go-version: ["1.21", "1.22", stable]
3636
steps:
3737
- name: Checkout Repository
3838
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
service: nginx
3030

3131
test:
32-
image: golang:1.21
32+
image: golang:1.23
3333
volumes:
3434
- type: bind
3535
source: ./

0 commit comments

Comments
 (0)