Skip to content

Commit e5915fe

Browse files
committed
CI: rename CI job, new go versions
1 parent 1662e37 commit e5915fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/go.yml renamed to .github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: Tests
22

33
on:
44
push:
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go: [ '1.14', '1.16', '1.18']
15-
name: Go ${{ matrix.go }}
14+
go: [ '1.14', '1.16', '1.18', '1.19', '1.20']
15+
name: Run Tests with Go version ${{ matrix.go }}
1616
steps:
1717
- uses: actions/checkout@v3
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Config ![Github Actions](https://github.com/bjubes/config/actions/workflows/go.yml/badge.svg) [![Go Reference](https://pkg.go.dev/badge/github.com/bjubes/config.svg)](https://pkg.go.dev/github.com/bjubes/config)
1+
# Config ![Github Actions](https://github.com/bjubes/config/actions/workflows/tests.yml/badge.svg) [![Go Reference](https://pkg.go.dev/badge/github.com/bjubes/config.svg)](https://pkg.go.dev/github.com/bjubes/config)
22

33
A go package for creating default configuration variables that can be overridden by environment variables.
44

0 commit comments

Comments
 (0)