Skip to content

Commit

Permalink
chore: update go version to 1.23.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Oct 18, 2024
1 parent 746dd6a commit a8ab0fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
submodules: true
- uses: actions/setup-go@v5
with:
go-version: '^1.18'
go-version: '1.23.2'
- name: Run tests
run: |
make test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: true
- uses: actions/setup-go@v5
with:
go-version: '^1.18'
go-version: '1.23.2'
- name: Run tests
run: |
make test
Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
go:
version: 1.18
version: 1.23
repository:
path: github.com/galexrt/srcds_exporter
build:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/galexrt/srcds_exporter

go 1.21

toolchain go1.22.4
go 1.23.2

require (
github.com/galexrt/go-rcon v0.0.3
Expand Down

0 comments on commit a8ab0fe

Please sign in to comment.