Skip to content

Commit c95efd8

Browse files
authored
ci: update versions in workflows (#16)
1 parent ba26ed2 commit c95efd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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
1919
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

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

0 commit comments

Comments
 (0)