Skip to content

Commit

Permalink
Merge pull request #167 from cubicdaiya/feature-add-ci-openresty
Browse files Browse the repository at this point in the history
Update OpenResty version to 1.27.1.1 and add CI
  • Loading branch information
catatsuy authored Oct 12, 2024
2 parents 0ea86a7 + c1e3a24 commit d22e755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -pcre -zlib -openssl
./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -pcre -zlib -libressl
./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -freenginx -pcre -zlib -openssl
./nginx-build -c ./config/configure.example -m ./config/modules.json.example -d work -clear -openresty -pcre -zlib -openssl
2 changes: 1 addition & 1 deletion builder/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (

// openResty
const (
OpenRestyVersion = "1.25.3.2"
OpenRestyVersion = "1.27.1.1"
OpenRestyDownloadURLPrefix = "https://openresty.org/download"
)

Expand Down

0 comments on commit d22e755

Please sign in to comment.