Skip to content

Commit

Permalink
Merge pull request #737 from AllenDang/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
gucio321 authored Dec 7, 2023
2 parents 27baeee + f958d24 commit 31019fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get --allow-releaseinfo-change update
sudo apt-get install -y libgtk-3-dev libasound2-dev libxxf86vm-dev
- name: Set up Go environment
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
Expand Down

0 comments on commit 31019fa

Please sign in to comment.