mirror of
https://github.com/appleboy/drone-telegram.git
synced 2026-06-14 14:02:30 +08:00
ci: refactor CI workflows and update Go version management
- Update CodeQL GitHub Action from version 2 to version 3 in codeql.yml - Replace static Go version with dynamic version from go.mod and enable check for latest Go version in goreleaser.yml - Add Checkout repository step to lint.yml workflow - Replace static Go version with dynamic version from go.mod and enable check for latest Go version in lint.yml workflow Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -19,7 +19,8 @@ jobs:
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "^1"
|
||||
go-version-file: go.mod
|
||||
check-latest: true
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
|
||||
Reference in New Issue
Block a user