Skip to content

Commit

Permalink
Upgrade Go to v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kozaktomas committed Nov 27, 2023
1 parent 06a5c46 commit 16cb13a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '>=1.20.0'

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/kozaktomas/horoskopycli

go 1.20
go 1.21

require (
github.com/antchfx/htmlquery v1.3.0
Expand Down

0 comments on commit 16cb13a

Please sign in to comment.