Skip to content

Commit e0bf4ac

Browse files
committed
chore: add go 1.18 builds
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 973c265 commit e0bf4ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
go: ['1.14', '1.15', '1.16', '1.17']
19+
go: ['1.14', '1.15', '1.16', '1.17', '1.18']
2020
tags: ['', 'viper_yaml3', 'viper_toml2']
2121
env:
2222
GOFLAGS: -mod=readonly
@@ -54,6 +54,6 @@ jobs:
5454
uses: actions/checkout@v3
5555

5656
- name: Lint
57-
uses: golangci/golangci-lint-action@v2
57+
uses: golangci/golangci-lint-action@v3
5858
with:
59-
version: v1.43.0
59+
version: v1.45.2

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ TEST_FORMAT = short-verbose
1515
endif
1616

1717
# Dependency versions
18-
GOTESTSUM_VERSION = 1.7.0
19-
GOLANGCI_VERSION = 1.43.0
18+
GOTESTSUM_VERSION = 1.8.0
19+
GOLANGCI_VERSION = 1.45.2
2020

2121
# Add the ability to override some variables
2222
# Use with care

0 commit comments

Comments
 (0)