Skip to content

Commit aa89715

Browse files
committed
update tool chain version and supported OS
1 parent df12918 commit aa89715

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ jobs:
148148
version: "9"
149149
- image: "ubuntu"
150150
version: "24.04"
151-
- image: "alpine"
152-
version: "3.19"
153151
- image: "alpine"
154152
version: "3.20"
155153
- image: "alpine"
@@ -281,11 +279,6 @@ jobs:
281279
plus: "r32"
282280
release: "alpine"
283281
path: "/nginx-plus/agent"
284-
- image: "alpine"
285-
version: "3.19"
286-
plus: "r31"
287-
release: "alpine"
288-
path: "/nginx-plus/agent"
289282
- image: "debian"
290283
version: "bookworm"
291284
plus: "r32"

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ GOTIDY = ${GOMOD} tidy
3131
# | OS_RELEASE | OS_VERSION | NOTES |
3232
# | ---------------- | ----------------------------------------- | -------------------------------------------------------------- |
3333
# | amazonlinux | 2, 2023 | |
34-
# | ubuntu | 22.04, 24.04 25.04 | |
34+
# | ubuntu | 22.04, 24.04 25.04, 25.10 | |
3535
# | debian | bullseye-slim, bookworm-slim, trixie-slim | |
3636
# | redhatenterprise | 8, 9, 10 | |
3737
# | rockylinux | 8, 9, 10 | |
3838
# | almalinux | 8, 9, 10 | |
39-
# | alpine | 3.19, 3.20, 3.21 3.22 | |
39+
# | alpine | 3.20, 3.21 3.22 | |
4040
# | oraclelinux | 8, 9, 10 | |
41-
# | suse | sle15 | |
41+
# | suse | sle15, sle16 | |
4242
# | freebsd | | Not supported |
4343
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
4444
OS_RELEASE ?= ubuntu

Makefile.packaging

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ GITHUB_PACKAGES_DIR := ./build/github/packages
88
AZURE_PACKAGES_DIR := ./build/azure/packages
99
GPG_PUBLIC_KEY := .key
1010

11-
DEB_DISTROS?=ubuntu-plucky-25.04 ubuntu-noble-24.04 ubuntu-jammy-22.04 debian-trixie-13 debian-bookworm-12 debian-bullseye-11
11+
DEB_DISTROS?=ubuntu-questing-25.10 ubuntu-plucky-25.04 ubuntu-noble-24.04 ubuntu-jammy-22.04 debian-trixie-13 debian-bookworm-12 debian-bullseye-11
1212
DEB_ARCHS?=arm64 amd64
13-
RPM_DISTROS?=oraclelinux-8-x86_64 oraclelinux-9-x86_64 oraclelinux-10-x86_64 suse-15-x86_64
13+
RPM_DISTROS?=oraclelinux-8-x86_64 oraclelinux-9-x86_64 oraclelinux-10-x86_64 suse-15-x86_64 suse-16-x86_64
1414
RPM_ARCH=x86_64
1515
REDHAT_VERSIONS?=redhatenterprise-8 redhatenterprise-9 redhatenterprise-10
1616
REDHAT_ARCHS?=aarch64 x86_64
1717
ROCKY_VERSIONS?=rocky-8 rocky-9 rocky-10
1818
ROCKY_ARCHS?=aarch64 x86_64
1919
FREEBSD_DISTROS?="FreeBSD:13:amd64" "FreeBSD:14:amd64"
20-
APK_VERSIONS?=3.19 3.20 3.21 3.22
20+
APK_VERSIONS?=3.20 3.21 3.22
2121
APK_ARCHS?=aarch64 x86_64
2222
ALMA_VERSIONS?=almalinux-8 almalinux-9 almalinux-10
2323
ALMA_ARCHS?=aarch64 x86_64

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/nginx/agent/v2
22

33
go 1.24.2
44

5-
toolchain go1.24.9
5+
toolchain go1.24.11
66

77
require (
88
github.com/cenkalti/backoff/v4 v4.2.1 // indirect

0 commit comments

Comments
 (0)