mirror of
https://github.com/fabriziosalmi/caddy-waf.git
synced 2025-12-23 22:27:46 -05:00
ci: fix go version and bump to v0.1.3
This commit is contained in:
4
.github/workflows/build-run-validate.yml
vendored
4
.github/workflows/build-run-validate.yml
vendored
@@ -27,10 +27,10 @@ jobs:
|
||||
sudo apt update
|
||||
sudo apt install -y wget git build-essential curl python3 python3-pip
|
||||
|
||||
- name: Install Go 1.24.2
|
||||
- name: Install Go 1.23
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.24.2'
|
||||
go-version: '1.23'
|
||||
|
||||
- name: Clone caddy-waf Repository
|
||||
run: |
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
go:
|
||||
- '1.25'
|
||||
- '1.23'
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
permissions:
|
||||
|
||||
@@ -50,7 +50,7 @@ var (
|
||||
)
|
||||
|
||||
// Add or update the version constant as needed
|
||||
const wafVersion = "v0.1.2" // update this value to the new release version when tagging
|
||||
const wafVersion = "v0.1.3" // update this value to the new release version when tagging
|
||||
|
||||
// ==================== Initialization and Setup ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user