Skip to content

Commit

Permalink
chore: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdavim committed Dec 1, 2024
1 parent 490d1d0 commit 19983b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.22

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go: ["1.13", "1.14", "1.15", "1.16", "1.17", "1.18"]
go: ["1.22"]
steps:
- name: Go ${{ matrix.go }}
uses: actions/setup-go@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/subosito/gotenv

go 1.18
go 1.22

require (
github.com/stretchr/testify v1.7.5
Expand Down

0 comments on commit 19983b6

Please sign in to comment.