Skip to content

Commit

Permalink
bump github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 6, 2024
1 parent 6802a43 commit d7eaff2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.5"
go-version: "1.22"
- name: Set environment variables
run: |
L1_NETWORK_NAME="initiation-1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.5"
go-version: "1.22"
- name: Set environment variables
run: |
L1_NETWORK_NAME="initiation-1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.5"
go-version: "1.22"

- name: Set environment variables
run: |
Expand Down

0 comments on commit d7eaff2

Please sign in to comment.