Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jun 22, 2024
1 parent 2009311 commit f3b599d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- 9020:9020

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup golang 1.x
uses: actions/setup-go@v2
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: '1.20'

- name: Test using emulator
run: |
Expand Down

0 comments on commit f3b599d

Please sign in to comment.