Skip to content

Commit

Permalink
Upgrade GitHub Actions (#54)
Browse files Browse the repository at this point in the history
Upgrade GitHub Actions
  • Loading branch information
nitram509 authored Oct 1, 2024
1 parent 6ecc0bc commit 740a19c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
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.22.7'
- name: Fmt
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
Expand All @@ -29,9 +29,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
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.22.7'
- name: Test
Expand Down

0 comments on commit 740a19c

Please sign in to comment.