Skip to content

Commit

Permalink
Merge pull request #23 from 0x6flab/update-go
Browse files Browse the repository at this point in the history
feat(ci): update Go versions in CI workflow
  • Loading branch information
rodneyosodo committed Feb 17, 2024
2 parents e86afc9 + 08390d1 commit 42f478e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ["1.16", "1.17", "1.18", "1.19", "1.20", "1.21"]
go: ["1.16", "1.17", "1.18", "1.19", "1.20", "1.21", "1.22"]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Check linting
uses: golangci/golangci-lint-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ linters-settings:
values:
const:
COMPANY: 0x6flab
regexp:
regexp:
YEAR: 20[0-9][0-9]
template: |-
Copyright (c) {{ YEAR }} {{ COMPANY }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/0x6flab/namegenerator

go 1.19
go 1.16

0 comments on commit 42f478e

Please sign in to comment.