mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
refactor/dependence: Upgrade Golang version and dependencies. (#322)
* chore: Set up automated package updates with dependabot.
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
goVer: ["1.21.x"]
|
||||
goVer: ["1.22.x"]
|
||||
|
||||
steps:
|
||||
- name: Check out code into the Go module directory
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set Golang
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21.x"
|
||||
go-version: "1.22.x"
|
||||
cache: false
|
||||
|
||||
- name: Check spelling with custom config file
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Use Golang
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21.x"
|
||||
go-version: "1.22.x"
|
||||
|
||||
- name: Build with xgo
|
||||
uses: crazy-max/ghaction-xgo@v2
|
||||
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ "1.21.x" ]
|
||||
go-version: [ "1.22.x" ]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
if: success()
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21.x"
|
||||
go-version: "1.22.x"
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Calc coverage
|
||||
|
||||
Reference in New Issue
Block a user