Skip to content

Commit edf5885

Browse files
bruce-rileyevan-gray
authored andcommitted
fly: make fly work for go 1.21 and devnet
1 parent f725787 commit edf5885

File tree

4 files changed

+745
-427
lines changed

4 files changed

+745
-427
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
- name: Set up Go
4141
uses: actions/setup-go@v3
4242
with:
43-
go-version: 1.19
43+
go-version: 1.21
4444
- name: Build
4545
run: cd fly && go build -v ./...

0 commit comments

Comments
 (0)