Skip to content

Commit

Permalink
feat(go): bump to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Jul 2, 2024
1 parent 8f1388a commit fdcafec
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugins-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
GO_VERSION: '1.21'
GO_VERSION: '1.22'

jobs:
build-caddy-validator:
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
go-version: '1.22'
-
name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -158,74 +158,74 @@ jobs:
with:
CAPITALIZED_NAME: Beego
LOWER_NAME: beego
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-chi-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Chi
LOWER_NAME: chi
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-dotweb-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Dotweb
LOWER_NAME: dotweb
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-echo-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Echo
LOWER_NAME: echo
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-fiber-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Fiber
LOWER_NAME: fiber
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-gin-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Gin
LOWER_NAME: gin
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-goa-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Goa
LOWER_NAME: goa
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-kratos-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Kratos
LOWER_NAME: kratos
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-souin-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Souin
LOWER_NAME: souin
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-traefik-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Traefik
LOWER_NAME: traefik
GO_VERSION: '1.21'
GO_VERSION: '1.22'
build-webgo-validator:
uses: ./.github/workflows/plugin_template.yml
secrets: inherit
with:
CAPITALIZED_NAME: Webgo
LOWER_NAME: webgo
GO_VERSION: '1.21'
GO_VERSION: '1.22'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: ["v*"]

env:
GO_VERSION: '1.21'
GO_VERSION: '1.22'

jobs:
generate-souin-traefik-docker:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow_plugins_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Disabled go-zero and hertz temporary
# plugins=("beego" "chi" "dotweb" "echo" "fiber" "gin" "goa" "go-zero" "hertz" "kratos" "roadrunner" "souin" "traefik" "tyk" "webgo")
plugins=("beego" "chi" "dotweb" "echo" "fiber" "gin" "goa" "kratos" "souin" "traefik" "webgo")
go_version=1.21
go_version=1.22

IFS= read -r -d '' tpl <<EOF
name: Build and validate Souin as plugins
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit fdcafec

Please sign in to comment.