Skip to content

Commit 2772340

Browse files
committed
update pipeline
1 parent 73e4da7 commit 2772340

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- image: "redhatenterprise"
9797
version: "9"
9898
- image: "alpine"
99-
version: "3.19"
99+
version: "3.22"
100100
steps:
101101
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
102102
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
@@ -162,12 +162,12 @@ jobs:
162162
matrix:
163163
container:
164164
- image: "alpine"
165-
version: "3.20"
165+
version: "3.21"
166166
plus: "r32"
167167
release: "alpine"
168168
path: "/nginx-plus/agent"
169169
- image: "alpine"
170-
version: "3.19"
170+
version: "3.20"
171171
plus: "r31"
172172
release: "alpine"
173173
path: "/nginx-plus/agent"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GOBIN ?= $$(go env GOPATH)/bin
2222
# | redhatenterprise | 8, 9 | |
2323
# | rockylinux | 8, 9 | |
2424
# | almalinux | 8, 9 | |
25-
# | alpine | 3.17, 3.18, 3.19, 3.20, 3.21 | |
25+
# | alpine | 3.18, 3.19, 3.20, 3.21 | |
2626
# | oraclelinux | 8, 9 | |
2727
# | suse | sles12sp5, sle15 | |
2828
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

0 commit comments

Comments
 (0)