mirror of
https://github.com/grdl/git-get.git
synced 2026-02-06 04:07:57 +00:00
Update go version from 1.16 to 1.24 and github actions versions
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -9,11 +9,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: '1.24'
|
||||
- name: Set up Git
|
||||
run: git config --global user.email "grdl@example.com" && git config --global user.name "grdl"
|
||||
- name: Run go test
|
||||
|
||||
Reference in New Issue
Block a user