Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 committed Dec 12, 2024
1 parent 9506df6 commit c2bed16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.17.x
go-version: 'stable'
- name: Go version
run: go version
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build
run: go build -ldflags="-s -w" -v
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tars-discord
path: tars-discord

0 comments on commit c2bed16

Please sign in to comment.