Skip to content

Commit

Permalink
Upgrade to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropombeiro committed Jul 7, 2024
1 parent 7d7a127 commit 82a2d68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Set up Go environment
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.19.5
golang 1.20
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/pedropombeiro/qnapexporter

// +heroku goVersion go1.19
go 1.19
// +heroku goVersion go1.20
go 1.20

require (
github.com/docker/docker v23.0.3+incompatible
Expand Down

0 comments on commit 82a2d68

Please sign in to comment.