Skip to content

Commit

Permalink
Update actions version (go.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code authored Apr 23, 2024
1 parent 4ca17b7 commit 22c2b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
commit-hash: ${{ steps.get_commit.outputs.commit }}

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

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- name: Build
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
run: go build -v ./...
run: go build -v ./...

0 comments on commit 22c2b80

Please sign in to comment.