Skip to content

Commit f90eaa3

Browse files
authored
ci: update versions in GitHub Actions workflows (#73)
1 parent 9d582d9 commit f90eaa3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go-version: [1.18.x, 1.20.x]
16+
go-version: [1.18.x, 1.21.x]
1717
steps:
1818
- name: Setup Go
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v4
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222

2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Run coverage
2727
run: go test ./... -coverprofile=coverage.out -covermode=atomic

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)