Merge pull request #56 from 0glabs/dev-047
Some checks are pending
Continuous Integration (Commit) / lint (push) Waiting to run

update go version of workflow to 1.21
This commit is contained in:
0g-wh 2024-08-05 09:58:29 +08:00 committed by GitHub
commit e822edfe8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.21'
- name: Build - name: Build
run: make build run: make build
- name: Rename file - name: Rename file