mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 18:23:57 +08:00
chore: upgrade Go version and dependencies in project
- Remove Go 1.21 from the lint workflow - Update Go version to 1.22 in go.mod - Upgrade dependencies: `godotenv` to v1.5.1, `testify` to v1.9.0, `cli` to v1.22.15 - Add new indirect dependencies: `go-md2man/v2`, `go-spew`, `go-difflib`, `blackfriday/v2`, `yaml.v3` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: [1.21, 1.22, 1.23]
|
||||
go: [1.22, 1.23]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
go-build: ~/.cache/go-build
|
||||
|
||||
Reference in New Issue
Block a user