Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #99 from StephanHCB/dependency_updates
Browse files Browse the repository at this point in the history
chore(actions): update go version in build action
  • Loading branch information
StephanHCB authored Jul 16, 2024
2 parents 0817ebf + 7ec7b06 commit dd82ec0
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 @@ -14,12 +14,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '^1.22.5'

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit dd82ec0

Please sign in to comment.