Skip to content

Commit

Permalink
🚀 fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
eust-w committed Aug 9, 2022
1 parent 49fb789 commit 4dcb918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go

on:
push:
branches: [ master ]
branches: [ main ]

jobs:

Expand All @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.16

- name: install upx
run: sudo apt install upx -y
Expand Down

0 comments on commit 4dcb918

Please sign in to comment.