Skip to content

Commit

Permalink
Update Go versions. (#8)
Browse files Browse the repository at this point in the history
* Update Go versions.

* Update go.mod
  • Loading branch information
westy92 authored Mar 4, 2024
1 parent 57bb858 commit cdada93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
# last 2 major versions are supported
# https://go.dev/doc/devel/release#policy
go-version: ['1.19', '1.20']
go-version: ['1.21', '1.22']

steps:
- uses: actions/checkout@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/westy92/holiday-event-api-go

go 1.19
go 1.21

require (
github.com/h2non/gock v1.2.0
Expand Down

0 comments on commit cdada93

Please sign in to comment.