Skip to content

Commit

Permalink
build: bump versions for github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Stickel <[email protected]>
  • Loading branch information
fin09pcap committed Dec 5, 2024
1 parent 562697e commit 6469314
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}
-
name: Checkout
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-version }}
check-latest: true
Expand Down Expand Up @@ -104,14 +104,14 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}
-
name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.23
-
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Lint code
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=10m
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
run: go mod download
-
name: Setup gotestsum
uses: autero1/action-gotestsum@v2.0.0
uses: autero1/action-gotestsum@v2
with:
gotestsum_version: 1.12.0
-
Expand All @@ -166,7 +166,7 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Install Go
uses: actions/setup-go@v5
Expand All @@ -185,7 +185,7 @@ jobs:
run: go mod download
-
name: Setup gotestsum
uses: autero1/action-gotestsum@v2.0.0
uses: autero1/action-gotestsum@v2
with:
gotestsum_version: 1.12.0
-
Expand All @@ -204,15 +204,15 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@4
-
name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.23.2
-
name: Cache Go modules
uses: actions/cache@v3.0.3
uses: actions/cache@v4.2.0
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand All @@ -223,7 +223,7 @@ jobs:
run: go mod download
-
name: Setup gotestsum
uses: autero1/action-gotestsum@v2.0.0
uses: autero1/action-gotestsum@v2
with:
gotestsum_version: 1.12.0
-
Expand Down

0 comments on commit 6469314

Please sign in to comment.