Skip to content

Commit

Permalink
Update actions/setup-go action to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent a6ef6e0 commit cd509f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.18
- name: Install libgtk-3-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.3.0
with:
go-version: ${{ matrix.go-version }}
- name: Install libgtk-3-dev
Expand Down

0 comments on commit cd509f6

Please sign in to comment.