Skip to content

Commit

Permalink
#81 update Jenkinsfile to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-dammeier committed Oct 4, 2024
1 parent c677196 commit 1ff104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ github = new GitHub(this, git)
changelog = new Changelog(this)
Docker docker = new Docker(this)
gpg = new Gpg(this, docker)
goVersion = "1.22"
goVersion = "1.23"
Makefile makefile = new Makefile(this)

// Configuration of repository
Expand Down

0 comments on commit 1ff104c

Please sign in to comment.