Skip to content

Commit

Permalink
Update Go version from 1.19.5 to latest 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
abtreece committed Dec 16, 2023
1 parent 0f565b3 commit 363ea88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.19.5
go-version: 1.20.12

- name: Build and Install
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.12
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/abtreece/confd

go 1.19
go 1.20

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit 363ea88

Please sign in to comment.