Skip to content

Commit

Permalink
build with go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeprojects committed Aug 16, 2024
1 parent 1e80d02 commit eb8c721
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go_version: ['1.22']
go_version: ['1.23']
os: [ubuntu-latest, windows-latest, macos-14]
env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up Go (latest version)
uses: actions/setup-go@v5
with:
go-version: '>=1.22.0'
go-version: '>=1.23.0'
check-latest: true

# Initializes the CodeQL tools for scanning.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ~1.22
go-version: ~1.23

- name: Check configuration snippets in documentation
run: go run ./config/checkdoc -r docs/content
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ~1.22
go-version: ~1.23
check-latest: true

- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ~1.22
go-version: ~1.23

- name: Check configuration snippets in documentation
run: go run ./config/checkdoc -r docs/content
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ~1.22
go-version: ~1.23
check-latest: true

- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ~1.22
go-version: ~1.23
check-latest: true

- name: Set up QEMU
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/creativeprojects/resticprofile

go 1.22
go 1.23.0

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down

0 comments on commit eb8c721

Please sign in to comment.